Html Css Color HEX #A8477C Royal Heath

📋 copy color: '#A8477C'

red 168 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #A8477C

Tints of Royal Heath #A8477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 46.28%
G = 19.56%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8477C (or 0xA8477C) is known color: Royal Heath. HEX triplet: A8, 47 and 7C. RGB value is (168,71,124). Sum of RGB (Red+Green+Blue) = 168+71+124=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8477C is #57B883. Grayscale: #696969. Windows color (decimal): -5748868 or 8144808. OLE color: 8144808.

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

Color convert

RGB 168 71 124 -
CMYK 0 0.58 0.26 0.34
HSL 327.22º 0.41% 0.47% -
HSV(B) 327.22º 0.58% 0.66% -
XYZ 22.04 14.29 20.66 -
YUV 106.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 168 71 124 0 0.58 0.26 0.34 327.22 0.41 0.47
Hex A8 47 7C 0 3A 1A 22 147 29 2F
Octal 250 107 174 0 72 32 42 507 51 57
Binary 10101000 1000111 1111100 0 111010 11010 100010 101000111 101001 101111

Color Harmonies of #A8477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8477C

Black with #A8477C

Text Example


Text Example

White with #A8477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8477C; }

 p { color: rgb(168,71,124); }

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

background-color css

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

 a { background-color: rgb(168,71,124); }

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

border-color css

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

 span { border-color: rgb(168,71,124); }

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