Html Css Color HEX #AA29BE Dark Orchid

📋 copy color: '#AA29BE'

red 170 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #AA29BE

Tints of Dark Orchid #AA29BE

RGB

 RED value IS 170 (66.8% from 255) = 42.39%

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 42.39%
G = 10.22%
B = 47.38%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA29BE (or 0xAA29BE) is known color: Dark Orchid. HEX triplet: AA, 29 and BE. RGB value is (170,41,190). Sum of RGB (Red+Green+Blue) = 170+41+190=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BE is #55D641. Grayscale: #606060. Windows color (decimal): -5625410 or 12462506. OLE color: 12462506.

HSL color Cylindrical-coordinate representation of color #AA29BE: hue angle of 291.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA29BE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 41 190 -
CMYK 0.11 0.78 0 0.25
HSL 291.95º 0.65% 0.45% -
HSV(B) 291.95º 0.78% 0.75% -
XYZ 26.66 13.85 49.98 -
YUV 96.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 170 41 190 0.11 0.78 0 0.25 291.95 0.65 0.45
Hex AA 29 BE B 4E 0 19 124 41 2D
Octal 252 51 276 13 116 0 31 444 101 55
Binary 10101010 101001 10111110 1011 1001110 0 11001 100100100 1000001 101101

Color Harmonies of #AA29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29BE

Black with #AA29BE

Text Example


Text Example

White with #AA29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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