Html Css Color HEX #A8487D Royal Heath

📋 copy color: '#A8487D'

red 168 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #A8487D

Tints of Royal Heath #A8487D

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

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

R = 46.03%
G = 19.73%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8487D (or 0xA8487D) is known color: Royal Heath. HEX triplet: A8, 48 and 7D. RGB value is (168,72,125). Sum of RGB (Red+Green+Blue) = 168+72+125=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8487D is #57B782. Grayscale: #6A6A6A. Windows color (decimal): -5748611 or 8210600. OLE color: 8210600.

HSL color Cylindrical-coordinate representation of color #A8487D: hue angle of 326.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8487D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 125 -
CMYK 0 0.57 0.26 0.34
HSL 326.88º 0.4% 0.47% -
HSV(B) 326.88º 0.57% 0.66% -
XYZ 22.17 14.44 21.02 -
YUV 106.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 168 72 125 0 0.57 0.26 0.34 326.88 0.4 0.47
Hex A8 48 7D 0 39 1A 22 147 28 2F
Octal 250 110 175 0 71 32 42 507 50 57
Binary 10101000 1001000 1111101 0 111001 11010 100010 101000111 101000 101111

Color Harmonies of #A8487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8487D

Black with #A8487D

Text Example


Text Example

White with #A8487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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