Html Css Color HEX #A25277 Royal Heath

📋 copy color: '#A25277'

red 162 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #A25277

Tints of Royal Heath #A25277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 44.63%
G = 22.59%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25277 (or 0xA25277) is known color: Royal Heath. HEX triplet: A2, 52 and 77. RGB value is (162,82,119). Sum of RGB (Red+Green+Blue) = 162+82+119=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25277 is #5DAD88. Grayscale: #6E6E6E. Windows color (decimal): -6139273 or 7819938. OLE color: 7819938.

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

Color convert

RGB 162 82 119 -
CMYK 0 0.49 0.27 0.36
HSL 332.25º 0.33% 0.48% -
HSV(B) 332.25º 0.49% 0.64% -
XYZ 21.25 15.05 19.24 -
YUV 110.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 162 82 119 0 0.49 0.27 0.36 332.25 0.33 0.48
Hex A2 52 77 0 31 1B 24 14C 21 30
Octal 242 122 167 0 61 33 44 514 41 60
Binary 10100010 1010010 1110111 0 110001 11011 100100 101001100 100001 110000

Color Harmonies of #A25277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25277

Black with #A25277

Text Example


Text Example

White with #A25277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25277; }

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

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

background-color css

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

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

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

border-color css

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

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

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