Html Css Color HEX #AB1DAB Dark Orchid

📋 copy color: '#AB1DAB'

red 171 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #AB1DAB

Tints of Dark Orchid #AB1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 46.09%
G = 7.82%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB1DAB (or 0xAB1DAB) is known color: Dark Orchid. HEX triplet: AB, 1D and AB. RGB value is (171,29,171). Sum of RGB (Red+Green+Blue) = 171+29+171=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1DAB is #54E254. Grayscale: #575757. Windows color (decimal): -5562965 or 11214251. OLE color: 11214251.

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

Color convert

RGB 171 29 171 -
CMYK 0 0.83 0 0.33
HSL 300º 0.71% 0.39% -
HSV(B) 300º 0.83% 0.67% -
XYZ 24.58 12.48 39.64 -
YUV 87.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 171 29 171 0 0.83 0 0.33 300 0.71 0.39
Hex AB 1D AB 0 53 0 21 12C 47 27
Octal 253 35 253 0 123 0 41 454 107 47
Binary 10101011 11101 10101011 0 1010011 0 100001 100101100 1000111 100111

Color Harmonies of #AB1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DAB

Black with #AB1DAB

Text Example


Text Example

White with #AB1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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