Html Css Color HEX #A5497A Royal Heath

📋 copy color: '#A5497A'

red 165 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #A5497A

Tints of Royal Heath #A5497A

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 45.83%
G = 20.28%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5497A (or 0xA5497A) is known color: Royal Heath. HEX triplet: A5, 49 and 7A. RGB value is (165,73,122). Sum of RGB (Red+Green+Blue) = 165+73+122=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5497A is #5AB685. Grayscale: #696969. Windows color (decimal): -5944966 or 8014245. OLE color: 8014245.

HSL color Cylindrical-coordinate representation of color #A5497A: hue angle of 328.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5497A is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 122 -
CMYK 0 0.56 0.26 0.35
HSL 328.04º 0.39% 0.47% -
HSV(B) 328.04º 0.56% 0.65% -
XYZ 21.41 14.17 20.02 -
YUV 106.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 165 73 122 0 0.56 0.26 0.35 328.04 0.39 0.47
Hex A5 49 7A 0 38 1A 23 148 27 2F
Octal 245 111 172 0 70 32 43 510 47 57
Binary 10100101 1001001 1111010 0 111000 11010 100011 101001000 100111 101111

Color Harmonies of #A5497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5497A

Black with #A5497A

Text Example


Text Example

White with #A5497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5497A; }

 p { color: rgb(165,73,122); }

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

background-color css

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

 a { background-color: rgb(165,73,122); }

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

border-color css

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

 span { border-color: rgb(165,73,122); }

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