Html Css Color HEX #AB1DAC Dark Orchid

📋 copy color: '#AB1DAC'

red 171 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #AB1DAC

Tints of Dark Orchid #AB1DAC

RGB

 RED value IS 171 (67.19% from 255) = 45.97%

 GREEN value IS 29 (11.72% from 255) = 7.8%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 45.97%
G = 7.8%
B = 46.24%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB1DAC (or 0xAB1DAC) is known color: Dark Orchid. HEX triplet: AB, 1D and AC. RGB value is (171,29,172). Sum of RGB (Red+Green+Blue) = 171+29+172=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1DAC is #54E253. Grayscale: #575757. Windows color (decimal): -5562964 or 11279787. OLE color: 11279787.

HSL color Cylindrical-coordinate representation of color #AB1DAC: hue angle of 299.58º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1DAC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 29 172 -
CMYK 0.01 0.83 0 0.33
HSL 299.58º 0.71% 0.39% -
HSV(B) 299.58º 0.83% 0.67% -
XYZ 24.68 12.52 40.14 -
YUV 87.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 171 29 172 0.01 0.83 0 0.33 299.58 0.71 0.39
Hex AB 1D AC 1 53 0 21 12C 47 27
Octal 253 35 254 1 123 0 41 454 107 47
Binary 10101011 11101 10101100 1 1010011 0 100001 100101100 1000111 100111

Color Harmonies of #AB1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DAC

Black with #AB1DAC

Text Example


Text Example

White with #AB1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DAC; }

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

 H1.HeaderClassName
 {
   color: #AB1DAC;
 }
 .AnyTagClassName
 {
   color: #AB1DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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