#AB41CF

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

Shades of Dark Orchid #AB41CF

Tints of Dark Orchid #AB41CF

Color information

#AB41CF (or 0xAB41CF) is unknown color: approx Dark Orchid. HEX triplet: AB, 41 and CF. RGB value is (171,65,207). Sum of RGB (Red+Green+Blue) = 171+65+207=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41CF is #54BE30. Grayscale: #707070. Windows color (decimal): -5553713 or 13582763. OLE color: 13582763.

HSL color Cylindrical-coordinate representation of color #AB41CF: hue angle of 284.79º 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 #AB41CF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17165207-
CMYK0.170.6900.19
HSL284.79º59.66%53.33%-
HSV(B)284.79º68.6%81.18%-
XYZ29.9516.9460.72-
YUV112.88181.12169.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=38.60%
G=14.67%
B=46.73%

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
Decimal171652070.170.6900.19284.7959.6653.33
HexAB41CF114501311d3c35
Octal253101317211050234357465
Binary10101011100000111001111100011000101010011100011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB41CF; }

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

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

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

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

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

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

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

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