Html Css Color HEX #A25079 Royal Heath

📋 copy color: '#A25079'

red 162 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #A25079

Tints of Royal Heath #A25079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 44.63%
G = 22.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A25079 (or 0xA25079) is known color: Royal Heath. HEX triplet: A2, 50 and 79. RGB value is (162,80,121). Sum of RGB (Red+Green+Blue) = 162+80+121=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25079 is #5DAF86. Grayscale: #6D6D6D. Windows color (decimal): -6139783 or 7950498. OLE color: 7950498.

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

Color convert

RGB 162 80 121 -
CMYK 0 0.51 0.25 0.36
HSL 330º 0.34% 0.47% -
HSV(B) 330º 0.51% 0.64% -
XYZ 21.22 14.8 19.83 -
YUV 109.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 162 80 121 0 0.51 0.25 0.36 330 0.34 0.47
Hex A2 50 79 0 33 19 24 14A 22 2F
Octal 242 120 171 0 63 31 44 512 42 57
Binary 10100010 1010000 1111001 0 110011 11001 100100 101001010 100010 101111

Color Harmonies of #A25079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25079

Black with #A25079

Text Example


Text Example

White with #A25079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25079; }

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

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

background-color css

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

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

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

border-color css

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

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

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