Html Css Color HEX #A5537A Royal Heath

📋 copy color: '#A5537A'

red 165 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #A5537A

Tints of Royal Heath #A5537A

RGB

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

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

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

R = 44.59%
G = 22.43%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5537A (or 0xA5537A) is known color: Royal Heath. HEX triplet: A5, 53 and 7A. RGB value is (165,83,122). Sum of RGB (Red+Green+Blue) = 165+83+122=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5537A is #5AAC85. Grayscale: #6F6F6F. Windows color (decimal): -5942406 or 8016805. OLE color: 8016805.

HSL color Cylindrical-coordinate representation of color #A5537A: hue angle of 331.46º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5537A is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 122 -
CMYK 0 0.50 0.26 0.35
HSL 331.46º 0.33% 0.49% -
HSV(B) 331.46º 0.5% 0.65% -
XYZ 22.12 15.59 20.26 -
YUV 111.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 165 83 122 0 0.50 0.26 0.35 331.46 0.33 0.49
Hex A5 53 7A 0 32 1A 23 14B 21 31
Octal 245 123 172 0 62 32 43 513 41 61
Binary 10100101 1010011 1111010 0 110010 11010 100011 101001011 100001 110001

Color Harmonies of #A5537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5537A

Black with #A5537A

Text Example


Text Example

White with #A5537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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