Html Css Color HEX #A25176 Royal Heath

📋 copy color: '#A25176'

red 162 ◦ green 81 ◦ blue 118

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

Shades of Royal Heath #A25176

Tints of Royal Heath #A25176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 44.88%
G = 22.44%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25176 (or 0xA25176) is known color: Royal Heath. HEX triplet: A2, 51 and 76. RGB value is (162,81,118). Sum of RGB (Red+Green+Blue) = 162+81+118=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25176 is #5DAE89. Grayscale: #6D6D6D. Windows color (decimal): -6139530 or 7754146. OLE color: 7754146.

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

Color convert

RGB 162 81 118 -
CMYK 0 0.50 0.27 0.36
HSL 332.59º 0.33% 0.48% -
HSV(B) 332.59º 0.5% 0.64% -
XYZ 21.11 14.87 18.9 -
YUV 109.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 162 81 118 0 0.50 0.27 0.36 332.59 0.33 0.48
Hex A2 51 76 0 32 1B 24 14D 21 30
Octal 242 121 166 0 62 33 44 515 41 60
Binary 10100010 1010001 1110110 0 110010 11011 100100 101001101 100001 110000

Color Harmonies of #A25176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25176

Black with #A25176

Text Example


Text Example

White with #A25176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25176; }

 p { color: rgb(162,81,118); }

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

background-color css

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

 a { background-color: rgb(162,81,118); }

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

border-color css

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

 span { border-color: rgb(162,81,118); }

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