Html Css Color HEX #AA26A9 Dark Orchid

📋 copy color: '#AA26A9'

red 170 ◦ green 38 ◦ blue 169

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

Shades of Dark Orchid #AA26A9

Tints of Dark Orchid #AA26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 45.09%
G = 10.08%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA26A9 (or 0xAA26A9) is known color: Dark Orchid. HEX triplet: AA, 26 and A9. RGB value is (170,38,169). Sum of RGB (Red+Green+Blue) = 170+38+169=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA26A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26A9 is #55D956. Grayscale: #5C5C5C. Windows color (decimal): -5626199 or 11085482. OLE color: 11085482.

HSL color Cylindrical-coordinate representation of color #AA26A9: hue angle of 300.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA26A9 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 169 -
CMYK 0 0.78 0.01 0.33
HSL 300.45º 0.63% 0.41% -
HSV(B) 300.45º 0.78% 0.67% -
XYZ 24.43 12.8 38.72 -
YUV 92.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 170 38 169 0 0.78 0.01 0.33 300.45 0.63 0.41
Hex AA 26 A9 0 4E 1 21 12C 3F 29
Octal 252 46 251 0 116 1 41 454 77 51
Binary 10101010 100110 10101001 0 1001110 1 100001 100101100 111111 101001

Color Harmonies of #AA26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26A9

Black with #AA26A9

Text Example


Text Example

White with #AA26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26A9; }

 p { color: rgb(170,38,169); }

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

background-color css

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

 a { background-color: rgb(170,38,169); }

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

border-color css

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

 span { border-color: rgb(170,38,169); }

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