Html Css Color HEX #AA29BB Dark Orchid

📋 copy color: '#AA29BB'

red 170 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #AA29BB

Tints of Dark Orchid #AA29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 42.71%
G = 10.3%
B = 46.98%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA29BB (or 0xAA29BB) is known color: Dark Orchid. HEX triplet: AA, 29 and BB. RGB value is (170,41,187). Sum of RGB (Red+Green+Blue) = 170+41+187=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BB is #55D644. Grayscale: #5F5F5F. Windows color (decimal): -5625413 or 12265898. OLE color: 12265898.

HSL color Cylindrical-coordinate representation of color #AA29BB: hue angle of 293.01º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA29BB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 41 187 -
CMYK 0.09 0.78 0 0.27
HSL 293.01º 0.64% 0.45% -
HSV(B) 293.01º 0.78% 0.73% -
XYZ 26.34 13.72 48.27 -
YUV 96.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 170 41 187 0.09 0.78 0 0.27 293.01 0.64 0.45
Hex AA 29 BB 9 4E 0 1B 125 40 2D
Octal 252 51 273 11 116 0 33 445 100 55
Binary 10101010 101001 10111011 1001 1001110 0 11011 100100101 1000000 101101

Color Harmonies of #AA29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29BB

Black with #AA29BB

Text Example


Text Example

White with #AA29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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