Html Css Color HEX #A2537B Royal Heath

📋 copy color: '#A2537B'

red 162 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #A2537B

Tints of Royal Heath #A2537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 44.02%
G = 22.55%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2537B (or 0xA2537B) is known color: Royal Heath. HEX triplet: A2, 53 and 7B. RGB value is (162,83,123). Sum of RGB (Red+Green+Blue) = 162+83+123=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2537B is #5DAC84. Grayscale: #6F6F6F. Windows color (decimal): -6139013 or 8082338. OLE color: 8082338.

HSL color Cylindrical-coordinate representation of color #A2537B: hue angle of 329.62º 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 #A2537B is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 123 -
CMYK 0 0.49 0.24 0.36
HSL 329.62º 0.32% 0.48% -
HSV(B) 329.62º 0.49% 0.64% -
XYZ 21.57 15.3 20.55 -
YUV 111.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 162 83 123 0 0.49 0.24 0.36 329.62 0.32 0.48
Hex A2 53 7B 0 31 18 24 14A 20 30
Octal 242 123 173 0 61 30 44 512 40 60
Binary 10100010 1010011 1111011 0 110001 11000 100100 101001010 100000 110000

Color Harmonies of #A2537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2537B

Black with #A2537B

Text Example


Text Example

White with #A2537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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