Html Css Color HEX #A25175 Royal Heath

📋 copy color: '#A25175'

red 162 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #A25175

Tints of Royal Heath #A25175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 45%
G = 22.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25175 (or 0xA25175) is known color: Royal Heath. HEX triplet: A2, 51 and 75. RGB value is (162,81,117). Sum of RGB (Red+Green+Blue) = 162+81+117=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25175 is #5DAE8A. Grayscale: #6D6D6D. Windows color (decimal): -6139531 or 7688610. OLE color: 7688610.

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

Color convert

RGB 162 81 117 -
CMYK 0 0.50 0.28 0.36
HSL 333.33º 0.33% 0.48% -
HSV(B) 333.33º 0.5% 0.64% -
XYZ 21.05 14.85 18.59 -
YUV 109.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 162 81 117 0 0.50 0.28 0.36 333.33 0.33 0.48
Hex A2 51 75 0 32 1C 24 14D 21 30
Octal 242 121 165 0 62 34 44 515 41 60
Binary 10100010 1010001 1110101 0 110010 11100 100100 101001101 100001 110000

Color Harmonies of #A25175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25175

Black with #A25175

Text Example


Text Example

White with #A25175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25175; }

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

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

background-color css

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

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

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

border-color css

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

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

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