Html Css Color HEX #AB2AAD Dark Orchid

📋 copy color: '#AB2AAD'

red 171 ◦ green 42 ◦ blue 173

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

Shades of Dark Orchid #AB2AAD

Tints of Dark Orchid #AB2AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

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

R = 44.3%
G = 10.88%
B = 44.82%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB2AAD (or 0xAB2AAD) is known color: Dark Orchid. HEX triplet: AB, 2A and AD. RGB value is (171,42,173). Sum of RGB (Red+Green+Blue) = 171+42+173=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB2AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAD is #54D552. Grayscale: #5F5F5F. Windows color (decimal): -5559635 or 11348651. OLE color: 11348651.

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

Color convert

RGB 171 42 173 -
CMYK 0.01 0.76 0 0.32
HSL 299.08º 0.61% 0.42% -
HSV(B) 299.08º 0.76% 0.68% -
XYZ 25.17 13.33 40.78 -
YUV 95.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 171 42 173 0.01 0.76 0 0.32 299.08 0.61 0.42
Hex AB 2A AD 1 4C 0 20 12B 3D 2A
Octal 253 52 255 1 114 0 40 453 75 52
Binary 10101011 101010 10101101 1 1001100 0 100000 100101011 111101 101010

Color Harmonies of #AB2AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AAD

Black with #AB2AAD

Text Example


Text Example

White with #AB2AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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