Html Css Color HEX #A8487E Royal Heath

📋 copy color: '#A8487E'

red 168 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #A8487E

Tints of Royal Heath #A8487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 45.9%
G = 19.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8487E (or 0xA8487E) is known color: Royal Heath. HEX triplet: A8, 48 and 7E. RGB value is (168,72,126). Sum of RGB (Red+Green+Blue) = 168+72+126=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8487E is #57B781. Grayscale: #6A6A6A. Windows color (decimal): -5748610 or 8276136. OLE color: 8276136.

HSL color Cylindrical-coordinate representation of color #A8487E: hue angle of 326.25º 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 #A8487E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 126 -
CMYK 0 0.57 0.25 0.34
HSL 326.25º 0.4% 0.47% -
HSV(B) 326.25º 0.57% 0.66% -
XYZ 22.23 14.47 21.36 -
YUV 106.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 168 72 126 0 0.57 0.25 0.34 326.25 0.4 0.47
Hex A8 48 7E 0 39 19 22 146 28 2F
Octal 250 110 176 0 71 31 42 506 50 57
Binary 10101000 1001000 1111110 0 111001 11001 100010 101000110 101000 101111

Color Harmonies of #A8487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8487E

Black with #A8487E

Text Example


Text Example

White with #A8487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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