#A51ABA

Color #A51ABA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A51ABA

Tints of Dark Orchid #A51ABA

Color information

#A51ABA (or 0xA51ABA) is unknown color: approx Dark Orchid. HEX triplet: A5, 1A and BA. RGB value is (165,26,186). Sum of RGB (Red+Green+Blue) = 165+26+186=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A51ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ABA is #5AE545. Grayscale: #555555. Windows color (decimal): -5956934 or 12196517. OLE color: 12196517.

HSL color Cylindrical-coordinate representation of color #A51ABA: hue angle of 292.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51ABA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16526186-
CMYK0.110.8600.27
HSL292.12º75.47%41.57%-
HSV(B)292.12º86.02%72.94%-
XYZ24.7512.2847.52-
YUV85.8184.55184.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 26 (10.55% from 255) = 6.90%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=43.77%
G=6.90%
B=49.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165261860.110.8600.27292.1275.4741.57
HexA51ABAB5601B1244b2a
Octal245322721312603344411352
Binary101001011101010111010101110101100110111001001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51ABA; }

 p { color: rgb(165,26,186); }

 H1.HeaderClassName
 {
   color: #A51ABA;
 }
 .AnyTagClassName
 {
   color: #A51ABA;
 }
</style>
background-color css

<style>
 a { background-color: #A51ABA; }

 a { background-color: rgb(165,26,186); }

 div.DivClassName
 {
   background-color: #A51ABA;
 }
 .BgClassName
 {
   background-color: #A51ABA;
 }
</style>
border-color css

<style>
 span { border-color: #A51ABA; }

 span { border-color: rgb(165,26,186); }

 td.TdClassName
 {
   border-color: #A51ABA;
 }
 .TagClassName
 {
   border-color: #A51ABA;
 }
</style>