Html Css Color HEX #A25275 Royal Heath

📋 copy color: '#A25275'

red 162 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #A25275

Tints of Royal Heath #A25275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

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

R = 44.88%
G = 22.71%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25275 (or 0xA25275) is known color: Royal Heath. HEX triplet: A2, 52 and 75. RGB value is (162,82,117). Sum of RGB (Red+Green+Blue) = 162+82+117=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25275 is #5DAD8A. Grayscale: #6D6D6D. Windows color (decimal): -6139275 or 7688866. OLE color: 7688866.

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

Color convert

RGB 162 82 117 -
CMYK 0 0.49 0.28 0.36
HSL 333.75º 0.33% 0.48% -
HSV(B) 333.75º 0.49% 0.64% -
XYZ 21.13 15 18.61 -
YUV 109.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 162 82 117 0 0.49 0.28 0.36 333.75 0.33 0.48
Hex A2 52 75 0 31 1C 24 14E 21 30
Octal 242 122 165 0 61 34 44 516 41 60
Binary 10100010 1010010 1110101 0 110001 11100 100100 101001110 100001 110000

Color Harmonies of #A25275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25275

Black with #A25275

Text Example


Text Example

White with #A25275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25275; }

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

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

background-color css

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

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

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

border-color css

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

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

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