Html Css Color HEX #A0487D Royal Heath

📋 copy color: '#A0487D'

red 160 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #A0487D

Tints of Royal Heath #A0487D

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 72 (28.52% from 255) = 20.17%

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

R = 44.82%
G = 20.17%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0487D (or 0xA0487D) is known color: Royal Heath. HEX triplet: A0, 48 and 7D. RGB value is (160,72,125). Sum of RGB (Red+Green+Blue) = 160+72+125=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0487D is #5FB782. Grayscale: #686868. Windows color (decimal): -6272899 or 8210592. OLE color: 8210592.

HSL color Cylindrical-coordinate representation of color #A0487D: hue angle of 323.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0487D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 125 -
CMYK 0 0.55 0.22 0.37
HSL 323.86º 0.38% 0.45% -
HSV(B) 323.86º 0.55% 0.63% -
XYZ 20.52 13.59 20.94 -
YUV 104.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 160 72 125 0 0.55 0.22 0.37 323.86 0.38 0.45
Hex A0 48 7D 0 37 16 25 144 26 2D
Octal 240 110 175 0 67 26 45 504 46 55
Binary 10100000 1001000 1111101 0 110111 10110 100101 101000100 100110 101101

Color Harmonies of #A0487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0487D

Black with #A0487D

Text Example


Text Example

White with #A0487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0487D; }

 p { color: rgb(160,72,125); }

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

background-color css

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

 a { background-color: rgb(160,72,125); }

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

border-color css

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

 span { border-color: rgb(160,72,125); }

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