#AB1EAE

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

Shades of Dark Orchid #AB1EAE

Tints of Dark Orchid #AB1EAE

Color information

#AB1EAE (or 0xAB1EAE) is unknown color: approx Dark Orchid. HEX triplet: AB, 1E and AE. RGB value is (171,30,174). Sum of RGB (Red+Green+Blue) = 171+30+174=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EAE is #54E151. Grayscale: #585858. Windows color (decimal): -5562706 or 11411115. OLE color: 11411115.

HSL color Cylindrical-coordinate representation of color #AB1EAE: hue angle of 298.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1EAE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17130174-
CMYK0.020.8300.32
HSL298.75º70.59%40%-
HSV(B)298.75º82.76%68.24%-
XYZ24.912.6441.17-
YUV88.58176.21186.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 30 (12.11% from 255) = 8%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=45.6%
G=8%
B=46.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171301740.020.8300.32298.7570.5940
HexAB1EAE25302012b4728
Octal25336256212304045310750
Binary10101011111101010111010101001101000001001010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1EAE; }

 p { color: rgb(171,30,174); }

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

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

 a { background-color: rgb(171,30,174); }

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

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

 span { border-color: rgb(171,30,174); }

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