Html Css Color HEX #A25473 Royal Heath

📋 copy color: '#A25473'

red 162 ◦ green 84 ◦ blue 115

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

Shades of Royal Heath #A25473

Tints of Royal Heath #A25473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 44.88%
G = 23.27%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A25473 (or 0xA25473) is known color: Royal Heath. HEX triplet: A2, 54 and 73. RGB value is (162,84,115). Sum of RGB (Red+Green+Blue) = 162+84+115=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25473 is #5DAB8C. Grayscale: #6E6E6E. Windows color (decimal): -6138765 or 7558306. OLE color: 7558306.

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

Color convert

RGB 162 84 115 -
CMYK 0 0.48 0.29 0.36
HSL 336.15º 0.32% 0.48% -
HSV(B) 336.15º 0.48% 0.64% -
XYZ 21.17 15.26 18.05 -
YUV 110.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 162 84 115 0 0.48 0.29 0.36 336.15 0.32 0.48
Hex A2 54 73 0 30 1D 24 150 20 30
Octal 242 124 163 0 60 35 44 520 40 60
Binary 10100010 1010100 1110011 0 110000 11101 100100 101010000 100000 110000

Color Harmonies of #A25473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25473

Black with #A25473

Text Example


Text Example

White with #A25473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25473; }

 p { color: rgb(162,84,115); }

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

background-color css

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

 a { background-color: rgb(162,84,115); }

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

border-color css

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

 span { border-color: rgb(162,84,115); }

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