Html Css Color HEX #AA5382 Royal Heath

📋 copy color: '#AA5382'

red 170 ◦ green 83 ◦ blue 130

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

Shades of Royal Heath #AA5382

Tints of Royal Heath #AA5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 44.39%
G = 21.67%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA5382 (or 0xAA5382) is known color: Royal Heath. HEX triplet: AA, 53 and 82. RGB value is (170,83,130). Sum of RGB (Red+Green+Blue) = 170+83+130=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5382 is #55AC7D. Grayscale: #727272. Windows color (decimal): -5614718 or 8541098. OLE color: 8541098.

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

Color convert

RGB 170 83 130 -
CMYK 0 0.51 0.24 0.33
HSL 327.59º 0.34% 0.5% -
HSV(B) 327.59º 0.51% 0.67% -
XYZ 23.7 16.34 23.02 -
YUV 114.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 170 83 130 0 0.51 0.24 0.33 327.59 0.34 0.5
Hex AA 53 82 0 33 18 21 148 22 32
Octal 252 123 202 0 63 30 41 510 42 62
Binary 10101010 1010011 10000010 0 110011 11000 100001 101001000 100010 110010

Color Harmonies of #AA5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5382

Black with #AA5382

Text Example


Text Example

White with #AA5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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