Html Css Color HEX #AB29AB Dark Orchid

📋 copy color: '#AB29AB'

red 171 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #AB29AB

Tints of Dark Orchid #AB29AB

RGB

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

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

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

R = 44.65%
G = 10.7%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB29AB (or 0xAB29AB) is known color: Dark Orchid. HEX triplet: AB, 29 and AB. RGB value is (171,41,171). Sum of RGB (Red+Green+Blue) = 171+41+171=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AB is #54D654. Grayscale: #5E5E5E. Windows color (decimal): -5559893 or 11217323. OLE color: 11217323.

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

Color convert

RGB 171 41 171 -
CMYK 0 0.76 0 0.33
HSL 300º 0.61% 0.42% -
HSV(B) 300º 0.76% 0.67% -
XYZ 24.94 13.18 39.76 -
YUV 94.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 171 41 171 0 0.76 0 0.33 300 0.61 0.42
Hex AB 29 AB 0 4C 0 21 12C 3D 2A
Octal 253 51 253 0 114 0 41 454 75 52
Binary 10101011 101001 10101011 0 1001100 0 100001 100101100 111101 101010

Color Harmonies of #AB29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29AB

Black with #AB29AB

Text Example


Text Example

White with #AB29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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