Html Css Color HEX #A8477A Royal Heath

📋 copy color: '#A8477A'

red 168 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #A8477A

Tints of Royal Heath #A8477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 46.54%
G = 19.67%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8477A (or 0xA8477A) is known color: Royal Heath. HEX triplet: A8, 47 and 7A. RGB value is (168,71,122). Sum of RGB (Red+Green+Blue) = 168+71+122=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8477A is #57B885. Grayscale: #696969. Windows color (decimal): -5748870 or 8013736. OLE color: 8013736.

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

Color convert

RGB 168 71 122 -
CMYK 0 0.58 0.27 0.34
HSL 328.45º 0.41% 0.47% -
HSV(B) 328.45º 0.58% 0.66% -
XYZ 21.91 14.24 20.01 -
YUV 105.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 168 71 122 0 0.58 0.27 0.34 328.45 0.41 0.47
Hex A8 47 7A 0 3A 1B 22 148 29 2F
Octal 250 107 172 0 72 33 42 510 51 57
Binary 10101000 1000111 1111010 0 111010 11011 100010 101001000 101001 101111

Color Harmonies of #A8477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8477A

Black with #A8477A

Text Example


Text Example

White with #A8477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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