Html Css Color HEX #AB1DAE Dark Orchid

📋 copy color: '#AB1DAE'

red 171 ◦ green 29 ◦ blue 174

#AB1DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB1DAE

Tints of Dark Orchid #AB1DAE

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 value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB1DAE (or 0xAB1DAE) is known color: 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

RGB 171 29 174 -
CMYK 0.02 0.83 0 0.32
HSL 298.76º 0.71% 0.4% -
HSV(B) 298.76º 0.83% 0.68% -
XYZ 24.87 12.59 41.16 -
YUV 87.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 171 29 174 0.02 0.83 0 0.32 298.76 0.71 0.4
Hex AB 1D AE 2 53 0 20 12B 47 28
Octal 253 35 256 2 123 0 40 453 107 50
Binary 10101011 11101 10101110 10 1010011 0 100000 100101011 1000111 101000

Color Harmonies of #AB1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DAE

Black with #AB1DAE

Text Example


Text Example

White with #AB1DAE

Text Example


Text Example

HTML Codes & Css Web 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>