Html Css Color HEX #A25071 Royal Heath

📋 copy color: '#A25071'

red 162 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #A25071

Tints of Royal Heath #A25071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 45.63%
G = 22.54%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25071 (or 0xA25071) is known color: Royal Heath. HEX triplet: A2, 50 and 71. RGB value is (162,80,113). Sum of RGB (Red+Green+Blue) = 162+80+113=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A25071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25071 is #5DAF8E. Grayscale: #6C6C6C. Windows color (decimal): -6139791 or 7426210. OLE color: 7426210.

HSL color Cylindrical-coordinate representation of color #A25071: hue angle of 335.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25071 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 113 -
CMYK 0 0.51 0.30 0.36
HSL 335.85º 0.34% 0.47% -
HSV(B) 335.85º 0.51% 0.64% -
XYZ 20.75 14.61 17.35 -
YUV 108.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 162 80 113 0 0.51 0.30 0.36 335.85 0.34 0.47
Hex A2 50 71 0 33 1E 24 150 22 2F
Octal 242 120 161 0 63 36 44 520 42 57
Binary 10100010 1010000 1110001 0 110011 11110 100100 101010000 100010 101111

Color Harmonies of #A25071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25071

Black with #A25071

Text Example


Text Example

White with #A25071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25071; }

 p { color: rgb(162,80,113); }

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

background-color css

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

 a { background-color: rgb(162,80,113); }

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

border-color css

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

 span { border-color: rgb(162,80,113); }

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