#AB3CBE

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

Shades of Dark Orchid #AB3CBE

Tints of Dark Orchid #AB3CBE

Color information

#AB3CBE (or 0xAB3CBE) is unknown color: approx Dark Orchid. HEX triplet: AB, 3C and BE. RGB value is (171,60,190). Sum of RGB (Red+Green+Blue) = 171+60+190=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBE is #54C341. Grayscale: #6B6B6B. Windows color (decimal): -5555010 or 12467371. OLE color: 12467371.

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

Color convert

RGB17160190-
CMYK0.100.6800.25
HSL291.23º52%49.02%-
HSV(B)291.23º68.42%74.51%-
XYZ27.715.6150.27-
YUV108.01174.27172.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=40.62%
G=14.25%
B=45.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171601900.100.6800.25291.235249.02
HexAB3CBEA440191233431
Octal25374276121040314436461
Binary101010111111001011111010101000100011001100100011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CBE; }

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

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

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

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

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

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

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

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