Html Css Color HEX #AA4A82 Royal Heath

📋 copy color: '#AA4A82'

red 170 ◦ green 74 ◦ blue 130

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

Shades of Royal Heath #AA4A82

Tints of Royal Heath #AA4A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 45.45%
G = 19.79%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA4A82 (or 0xAA4A82) is known color: Royal Heath. HEX triplet: AA, 4A and 82. RGB value is (170,74,130). Sum of RGB (Red+Green+Blue) = 170+74+130=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A82 is #55B57D. Grayscale: #6C6C6C. Windows color (decimal): -5617022 or 8538794. OLE color: 8538794.

HSL color Cylindrical-coordinate representation of color #AA4A82: hue angle of 325º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A82 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 130 -
CMYK 0 0.56 0.24 0.33
HSL 325º 0.39% 0.48% -
HSV(B) 325º 0.56% 0.67% -
XYZ 23.06 15.06 22.81 -
YUV 109.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 170 74 130 0 0.56 0.24 0.33 325 0.39 0.48
Hex AA 4A 82 0 38 18 21 145 27 30
Octal 252 112 202 0 70 30 41 505 47 60
Binary 10101010 1001010 10000010 0 111000 11000 100001 101000101 100111 110000

Color Harmonies of #AA4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A82

Black with #AA4A82

Text Example


Text Example

White with #AA4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A82; }

 p { color: rgb(170,74,130); }

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

background-color css

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

 a { background-color: rgb(170,74,130); }

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

border-color css

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

 span { border-color: rgb(170,74,130); }

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