Html Css Color HEX #AB29AE Dark Orchid

📋 copy color: '#AB29AE'

red 171 ◦ green 41 ◦ blue 174

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

Shades of Dark Orchid #AB29AE

Tints of Dark Orchid #AB29AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 44.3%
G = 10.62%
B = 45.08%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB29AE (or 0xAB29AE) is known color: Dark Orchid. HEX triplet: AB, 29 and AE. RGB value is (171,41,174). Sum of RGB (Red+Green+Blue) = 171+41+174=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AE is #54D651. Grayscale: #5E5E5E. Windows color (decimal): -5559890 or 11413931. OLE color: 11413931.

HSL color Cylindrical-coordinate representation of color #AB29AE: hue angle of 298.65º degrees, saturation: 0.62, 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 #AB29AE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 41 174 -
CMYK 0.02 0.76 0 0.32
HSL 298.65º 0.62% 0.42% -
HSV(B) 298.65º 0.76% 0.68% -
XYZ 25.23 13.3 41.28 -
YUV 95.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 171 41 174 0.02 0.76 0 0.32 298.65 0.62 0.42
Hex AB 29 AE 2 4C 0 20 12B 3E 2A
Octal 253 51 256 2 114 0 40 453 76 52
Binary 10101011 101001 10101110 10 1001100 0 100000 100101011 111110 101010

Color Harmonies of #AB29AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29AE

Black with #AB29AE

Text Example


Text Example

White with #AB29AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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