Html Css Color HEX #A2557A Royal Heath

📋 copy color: '#A2557A'

red 162 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #A2557A

Tints of Royal Heath #A2557A

RGB

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

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

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

R = 43.9%
G = 23.04%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2557A (or 0xA2557A) is known color: Royal Heath. HEX triplet: A2, 55 and 7A. RGB value is (162,85,122). Sum of RGB (Red+Green+Blue) = 162+85+122=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2557A is #5DAA85. Grayscale: #707070. Windows color (decimal): -6138502 or 8017314. OLE color: 8017314.

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

Color convert

RGB 162 85 122 -
CMYK 0 0.48 0.25 0.36
HSL 331.17º 0.31% 0.48% -
HSV(B) 331.17º 0.48% 0.64% -
XYZ 21.66 15.58 20.28 -
YUV 112.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 162 85 122 0 0.48 0.25 0.36 331.17 0.31 0.48
Hex A2 55 7A 0 30 19 24 14B 1F 30
Octal 242 125 172 0 60 31 44 513 37 60
Binary 10100010 1010101 1111010 0 110000 11001 100100 101001011 11111 110000

Color Harmonies of #A2557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2557A

Black with #A2557A

Text Example


Text Example

White with #A2557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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