#AB3CBF

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

Shades of Dark Orchid #AB3CBF

Tints of Dark Orchid #AB3CBF

Color information

#AB3CBF (or 0xAB3CBF) is unknown color: approx Dark Orchid. HEX triplet: AB, 3C and BF. RGB value is (171,60,191). Sum of RGB (Red+Green+Blue) = 171+60+191=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBF is #54C340. Grayscale: #6B6B6B. Windows color (decimal): -5555009 or 12532907. OLE color: 12532907.

HSL color Cylindrical-coordinate representation of color #AB3CBF: hue angle of 290.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3CBF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17160191-
CMYK0.100.6900.25
HSL290.84º52.19%49.22%-
HSV(B)290.84º68.59%74.9%-
XYZ27.8115.6550.85-
YUV108.12174.77172.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 191 (75% from 255) = 45.26%
R=40.52%
G=14.22%
B=45.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171601910.100.6900.25290.8452.1949.22
HexAB3CBFA450191233431
Octal25374277121050314436461
Binary101010111111001011111110101000101011001100100011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CBF; }

 p { color: rgb(171,60,191); }

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

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

 a { background-color: rgb(171,60,191); }

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

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

 span { border-color: rgb(171,60,191); }

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