Html Css Color HEX #A2537A Royal Heath

📋 copy color: '#A2537A'

red 162 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #A2537A

Tints of Royal Heath #A2537A

RGB

 RED value IS 162 (63.67% from 255) = 44.14%

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

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

R = 44.14%
G = 22.62%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2537A (or 0xA2537A) is known color: Royal Heath. HEX triplet: A2, 53 and 7A. RGB value is (162,83,122). Sum of RGB (Red+Green+Blue) = 162+83+122=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2537A is #5DAC85. Grayscale: #6E6E6E. Windows color (decimal): -6139014 or 8016802. OLE color: 8016802.

HSL color Cylindrical-coordinate representation of color #A2537A: hue angle of 330.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2537A is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 122 -
CMYK 0 0.49 0.25 0.36
HSL 330.38º 0.32% 0.48% -
HSV(B) 330.38º 0.49% 0.64% -
XYZ 21.51 15.27 20.23 -
YUV 111.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 162 83 122 0 0.49 0.25 0.36 330.38 0.32 0.48
Hex A2 53 7A 0 31 19 24 14A 20 30
Octal 242 123 172 0 61 31 44 512 40 60
Binary 10100010 1010011 1111010 0 110001 11001 100100 101001010 100000 110000

Color Harmonies of #A2537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2537A

Black with #A2537A

Text Example


Text Example

White with #A2537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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