Html Css Color HEX #A2557C Royal Heath

📋 copy color: '#A2557C'

red 162 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #A2557C

Tints of Royal Heath #A2557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 43.67%
G = 22.91%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2557C (or 0xA2557C) is known color: Royal Heath. HEX triplet: A2, 55 and 7C. RGB value is (162,85,124). Sum of RGB (Red+Green+Blue) = 162+85+124=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2557C is #5DAA83. Grayscale: #707070. Windows color (decimal): -6138500 or 8148386. OLE color: 8148386.

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

Color convert

RGB 162 85 124 -
CMYK 0 0.48 0.23 0.36
HSL 329.61º 0.31% 0.48% -
HSV(B) 329.61º 0.48% 0.64% -
XYZ 21.79 15.63 20.94 -
YUV 112.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 162 85 124 0 0.48 0.23 0.36 329.61 0.31 0.48
Hex A2 55 7C 0 30 17 24 14A 1F 30
Octal 242 125 174 0 60 27 44 512 37 60
Binary 10100010 1010101 1111100 0 110000 10111 100100 101001010 11111 110000

Color Harmonies of #A2557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2557C

Black with #A2557C

Text Example


Text Example

White with #A2557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2557C; }

 p { color: rgb(162,85,124); }

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

background-color css

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

 a { background-color: rgb(162,85,124); }

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

border-color css

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

 span { border-color: rgb(162,85,124); }

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