Html Css Color HEX #AB29AA Dark Orchid

📋 copy color: '#AB29AA'

red 171 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #AB29AA

Tints of Dark Orchid #AB29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 44.76%
G = 10.73%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB29AA (or 0xAB29AA) is known color: Dark Orchid. HEX triplet: AB, 29 and AA. RGB value is (171,41,170). Sum of RGB (Red+Green+Blue) = 171+41+170=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AA is #54D655. Grayscale: #5E5E5E. Windows color (decimal): -5559894 or 11151787. OLE color: 11151787.

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

Color convert

RGB 171 41 170 -
CMYK 0 0.76 0.01 0.33
HSL 300.46º 0.61% 0.42% -
HSV(B) 300.46º 0.76% 0.67% -
XYZ 24.84 13.15 39.26 -
YUV 94.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 171 41 170 0 0.76 0.01 0.33 300.46 0.61 0.42
Hex AB 29 AA 0 4C 1 21 12C 3D 2A
Octal 253 51 252 0 114 1 41 454 75 52
Binary 10101011 101001 10101010 0 1001100 1 100001 100101100 111101 101010

Color Harmonies of #AB29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29AA

Black with #AB29AA

Text Example


Text Example

White with #AB29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29AA; }

 p { color: rgb(171,41,170); }

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

background-color css

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

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

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

border-color css

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

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

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