Html Css Color HEX #AB1AAD Dark Orchid

📋 copy color: '#AB1AAD'

red 171 ◦ green 26 ◦ blue 173

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

Shades of Dark Orchid #AB1AAD

Tints of Dark Orchid #AB1AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 46.22%
G = 7.03%
B = 46.76%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB1AAD (or 0xAB1AAD) is known color: Dark Orchid. HEX triplet: AB, 1A and AD. RGB value is (171,26,173). Sum of RGB (Red+Green+Blue) = 171+26+173=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AAD is #54E552. Grayscale: #555555. Windows color (decimal): -5563731 or 11344555. OLE color: 11344555.

HSL color Cylindrical-coordinate representation of color #AB1AAD: hue angle of 299.18º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1AAD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 26 173 -
CMYK 0.01 0.85 0 0.32
HSL 299.18º 0.74% 0.39% -
HSV(B) 299.18º 0.85% 0.68% -
XYZ 24.71 12.41 40.63 -
YUV 86.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 171 26 173 0.01 0.85 0 0.32 299.18 0.74 0.39
Hex AB 1A AD 1 55 0 20 12B 4A 27
Octal 253 32 255 1 125 0 40 453 112 47
Binary 10101011 11010 10101101 1 1010101 0 100000 100101011 1001010 100111

Color Harmonies of #AB1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AAD

Black with #AB1AAD

Text Example


Text Example

White with #AB1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AAD; }

 p { color: rgb(171,26,173); }

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

background-color css

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

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

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

border-color css

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

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

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