#AB40BD

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

Shades of Dark Orchid #AB40BD

Tints of Dark Orchid #AB40BD

Color information

#AB40BD (or 0xAB40BD) is unknown color: approx Dark Orchid. HEX triplet: AB, 40 and BD. RGB value is (171,64,189). Sum of RGB (Red+Green+Blue) = 171+64+189=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40BD is #54BF42. Grayscale: #6D6D6D. Windows color (decimal): -5553987 or 12402859. OLE color: 12402859.

HSL color Cylindrical-coordinate representation of color #AB40BD: hue angle of 291.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB40BD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17164189-
CMYK0.100.6600.26
HSL291.36º49.41%49.61%-
HSV(B)291.36º66.14%74.12%-
XYZ27.811649.77-
YUV110.24172.45171.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 64 (25.39% from 255) = 15.09%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=40.33%
G=15.09%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171641890.100.6600.26291.3649.4149.61
HexAB40BDA4201A1233132
Octal253100275121020324436162
Binary1010101110000001011110110101000010011010100100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40BD; }

 p { color: rgb(171,64,189); }

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

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

 a { background-color: rgb(171,64,189); }

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

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

 span { border-color: rgb(171,64,189); }

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