Html Css Color HEX #AA29B3 Dark Orchid

📋 copy color: '#AA29B3'

red 170 ◦ green 41 ◦ blue 179

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

Shades of Dark Orchid #AA29B3

Tints of Dark Orchid #AA29B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 43.59%
G = 10.51%
B = 45.9%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA29B3 (or 0xAA29B3) is known color: Dark Orchid. HEX triplet: AA, 29 and B3. RGB value is (170,41,179). Sum of RGB (Red+Green+Blue) = 170+41+179=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA29B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29B3 is #55D64C. Grayscale: #5E5E5E. Windows color (decimal): -5625421 or 11741610. OLE color: 11741610.

HSL color Cylindrical-coordinate representation of color #AA29B3: hue angle of 296.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA29B3 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 41 179 -
CMYK 0.05 0.77 0 0.30
HSL 296.09º 0.63% 0.43% -
HSV(B) 296.09º 0.77% 0.7% -
XYZ 25.51 13.39 43.89 -
YUV 95.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 170 41 179 0.05 0.77 0 0.30 296.09 0.63 0.43
Hex AA 29 B3 5 4D 0 1E 128 3F 2B
Octal 252 51 263 5 115 0 36 450 77 53
Binary 10101010 101001 10110011 101 1001101 0 11110 100101000 111111 101011

Color Harmonies of #AA29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29B3

Black with #AA29B3

Text Example


Text Example

White with #AA29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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