#AB1DAE

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

Shades of Dark Orchid #AB1DAE

Tints of Dark Orchid #AB1DAE

Color information

#AB1DAE (or 0xAB1DAE) is unknown color: approx Dark Orchid. HEX triplet: AB, 1D and AE. RGB value is (171,29,174). Sum of RGB (Red+Green+Blue) = 171+29+174=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1DAE is #54E251. Grayscale: #575757. Windows color (decimal): -5562962 or 11410859. OLE color: 11410859.

HSL color Cylindrical-coordinate representation of color #AB1DAE: hue angle of 298.76º 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 #AB1DAE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17129174-
CMYK0.020.8300.32
HSL298.76º71.43%39.8%-
HSV(B)298.76º83.33%68.24%-
XYZ24.8712.5941.16-
YUV87.99176.54187.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 29 (11.72% from 255) = 7.75%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=45.72%
G=7.75%
B=46.52%

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
Decimal171291740.020.8300.32298.7671.4339.8
HexAB1DAE25302012b4728
Octal25335256212304045310750
Binary10101011111011010111010101001101000001001010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1DAE; }

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

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

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

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

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

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

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

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