Html Css Color HEX #A25172 Royal Heath

📋 copy color: '#A25172'

red 162 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #A25172

Tints of Royal Heath #A25172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 45.38%
G = 22.69%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25172 (or 0xA25172) is known color: Royal Heath. HEX triplet: A2, 51 and 72. RGB value is (162,81,114). Sum of RGB (Red+Green+Blue) = 162+81+114=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25172 is #5DAE8D. Grayscale: #6C6C6C. Windows color (decimal): -6139534 or 7492002. OLE color: 7492002.

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

Color convert

RGB 162 81 114 -
CMYK 0 0.50 0.30 0.36
HSL 335.56º 0.33% 0.48% -
HSV(B) 335.56º 0.5% 0.64% -
XYZ 20.88 14.78 17.67 -
YUV 108.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 162 81 114 0 0.50 0.30 0.36 335.56 0.33 0.48
Hex A2 51 72 0 32 1E 24 150 21 30
Octal 242 121 162 0 62 36 44 520 41 60
Binary 10100010 1010001 1110010 0 110010 11110 100100 101010000 100001 110000

Color Harmonies of #A25172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25172

Black with #A25172

Text Example


Text Example

White with #A25172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25172; }

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

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

background-color css

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

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

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

border-color css

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

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

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