Html Css Color HEX #A2517D Royal Heath

📋 copy color: '#A2517D'

red 162 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #A2517D

Tints of Royal Heath #A2517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 44.02%
G = 22.01%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2517D (or 0xA2517D) is known color: Royal Heath. HEX triplet: A2, 51 and 7D. RGB value is (162,81,125). Sum of RGB (Red+Green+Blue) = 162+81+125=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2517D is #5DAE82. Grayscale: #6E6E6E. Windows color (decimal): -6139523 or 8212898. OLE color: 8212898.

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

Color convert

RGB 162 81 125 -
CMYK 0 0.50 0.23 0.36
HSL 327.41º 0.33% 0.48% -
HSV(B) 327.41º 0.5% 0.64% -
XYZ 21.54 15.05 21.17 -
YUV 110.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 162 81 125 0 0.50 0.23 0.36 327.41 0.33 0.48
Hex A2 51 7D 0 32 17 24 147 21 30
Octal 242 121 175 0 62 27 44 507 41 60
Binary 10100010 1010001 1111101 0 110010 10111 100100 101000111 100001 110000

Color Harmonies of #A2517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2517D

Black with #A2517D

Text Example


Text Example

White with #A2517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2517D; }

 p { color: rgb(162,81,125); }

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

background-color css

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

 a { background-color: rgb(162,81,125); }

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

border-color css

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

 span { border-color: rgb(162,81,125); }

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