#AB40CF

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

Shades of Dark Orchid #AB40CF

Tints of Dark Orchid #AB40CF

Color information

#AB40CF (or 0xAB40CF) is unknown color: approx Dark Orchid. HEX triplet: AB, 40 and CF. RGB value is (171,64,207). Sum of RGB (Red+Green+Blue) = 171+64+207=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40CF is #54BF30. Grayscale: #6F6F6F. Windows color (decimal): -5553969 or 13582507. OLE color: 13582507.

HSL color Cylindrical-coordinate representation of color #AB40CF: hue angle of 284.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB40CF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17164207-
CMYK0.170.6900.19
HSL284.9º59.83%53.14%-
HSV(B)284.9º69.08%81.18%-
XYZ29.8916.8360.7-
YUV112.3181.45169.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 64 (25.39% from 255) = 14.48%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=38.69%
G=14.48%
B=46.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171642070.170.6900.19284.959.8353.14
HexAB40CF114501311d3c35
Octal253100317211050234357465
Binary10101011100000011001111100011000101010011100011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40CF; }

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

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

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

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

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

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

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

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