Html Css Color HEX #A25271 Royal Heath

📋 copy color: '#A25271'

red 162 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #A25271

Tints of Royal Heath #A25271

RGB

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

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

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

R = 45.38%
G = 22.97%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25271 (or 0xA25271) is known color: Royal Heath. HEX triplet: A2, 52 and 71. RGB value is (162,82,113). Sum of RGB (Red+Green+Blue) = 162+82+113=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25271 is #5DAD8E. Grayscale: #6D6D6D. Windows color (decimal): -6139279 or 7426722. OLE color: 7426722.

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

Color convert

RGB 162 82 113 -
CMYK 0 0.49 0.30 0.36
HSL 336.75º 0.33% 0.48% -
HSV(B) 336.75º 0.49% 0.64% -
XYZ 20.9 14.91 17.4 -
YUV 109.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 162 82 113 0 0.49 0.30 0.36 336.75 0.33 0.48
Hex A2 52 71 0 31 1E 24 151 21 30
Octal 242 122 161 0 61 36 44 521 41 60
Binary 10100010 1010010 1110001 0 110001 11110 100100 101010001 100001 110000

Color Harmonies of #A25271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25271

Black with #A25271

Text Example


Text Example

White with #A25271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25271; }

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

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

background-color css

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

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

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

border-color css

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

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

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