Html Css Color HEX #A8487B Royal Heath

📋 copy color: '#A8487B'

red 168 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #A8487B

Tints of Royal Heath #A8487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 46.28%
G = 19.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8487B (or 0xA8487B) is known color: Royal Heath. HEX triplet: A8, 48 and 7B. RGB value is (168,72,123). Sum of RGB (Red+Green+Blue) = 168+72+123=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8487B is #57B784. Grayscale: #6A6A6A. Windows color (decimal): -5748613 or 8079528. OLE color: 8079528.

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

Color convert

RGB 168 72 123 -
CMYK 0 0.57 0.27 0.34
HSL 328.13º 0.4% 0.47% -
HSV(B) 328.13º 0.57% 0.66% -
XYZ 22.04 14.39 20.35 -
YUV 106.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 168 72 123 0 0.57 0.27 0.34 328.13 0.4 0.47
Hex A8 48 7B 0 39 1B 22 148 28 2F
Octal 250 110 173 0 71 33 42 510 50 57
Binary 10101000 1001000 1111011 0 111001 11011 100010 101001000 101000 101111

Color Harmonies of #A8487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8487B

Black with #A8487B

Text Example


Text Example

White with #A8487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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