#A12BAB

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

Shades of Dark Orchid #A12BAB

Tints of Dark Orchid #A12BAB

Color information

#A12BAB (or 0xA12BAB) is unknown color: approx Dark Orchid. HEX triplet: A1, 2B and AB. RGB value is (161,43,171). Sum of RGB (Red+Green+Blue) = 161+43+171=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A12BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAB is #5ED454. Grayscale: #5C5C5C. Windows color (decimal): -6214741 or 11217825. OLE color: 11217825.

HSL color Cylindrical-coordinate representation of color #A12BAB: hue angle of 295.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BAB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16143171-
CMYK0.060.7500.33
HSL295.31º59.81%41.96%-
HSV(B)295.31º74.85%67.06%-
XYZ22.9112.2539.68-
YUV92.87172.09176.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 43 (17.19% from 255) = 11.47%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=42.93%
G=11.47%
B=45.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161431710.060.7500.33295.3159.8141.96
HexA12BAB64B0211273c2a
Octal2415325361130414477452
Binary101000011010111010101111010010110100001100100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BAB; }

 p { color: rgb(161,43,171); }

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

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

 a { background-color: rgb(161,43,171); }

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

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

 span { border-color: rgb(161,43,171); }

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