#AB42CA

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

Shades of Dark Orchid #AB42CA

Tints of Dark Orchid #AB42CA

Color information

#AB42CA (or 0xAB42CA) is unknown color: approx Dark Orchid. HEX triplet: AB, 42 and CA. RGB value is (171,66,202). Sum of RGB (Red+Green+Blue) = 171+66+202=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42CA is #54BD35. Grayscale: #707070. Windows color (decimal): -5553462 or 13255339. OLE color: 13255339.

HSL color Cylindrical-coordinate representation of color #AB42CA: hue angle of 286.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB42CA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17166202-
CMYK0.150.6700.21
HSL286.32º56.2%52.55%-
HSV(B)286.32º67.33%79.22%-
XYZ29.416.8257.57-
YUV112.9178.29169.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=38.95%
G=15.03%
B=46.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171662020.150.6700.21286.3256.252.55
HexAB42CAF4301511e3835
Octal253102312171030254367065
Binary1010101110000101100101011111000011010101100011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42CA; }

 p { color: rgb(171,66,202); }

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

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

 a { background-color: rgb(171,66,202); }

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

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

 span { border-color: rgb(171,66,202); }

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