#A42BB6

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

Shades of Dark Orchid #A42BB6

Tints of Dark Orchid #A42BB6

Color information

#A42BB6 (or 0xA42BB6) is unknown color: approx Dark Orchid. HEX triplet: A4, 2B and B6. RGB value is (164,43,182). Sum of RGB (Red+Green+Blue) = 164+43+182=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #A42BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BB6 is #5BD449. Grayscale: #5E5E5E. Windows color (decimal): -6018122 or 11938724. OLE color: 11938724.

HSL color Cylindrical-coordinate representation of color #A42BB6: hue angle of 292.23º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42BB6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16443182-
CMYK0.100.7600.29
HSL292.23º61.78%44.12%-
HSV(B)292.23º76.37%71.37%-
XYZ24.621345.47-
YUV95.02177.09177.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 43 (17.19% from 255) = 11.05%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=42.16%
G=11.05%
B=46.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164431820.100.7600.29292.2361.7844.12
HexA42BB6A4C01D1243e2c
Octal24453266121140354447654
Binary101001001010111011011010101001100011101100100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42BB6; }

 p { color: rgb(164,43,182); }

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

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

 a { background-color: rgb(164,43,182); }

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

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

 span { border-color: rgb(164,43,182); }

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