Html Css Color HEX #A0477C Royal Heath

📋 copy color: '#A0477C'

red 160 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #A0477C

Tints of Royal Heath #A0477C

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

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

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

R = 45.07%
G = 20%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0477C (or 0xA0477C) is known color: Royal Heath. HEX triplet: A0, 47 and 7C. RGB value is (160,71,124). Sum of RGB (Red+Green+Blue) = 160+71+124=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0477C is #5FB883. Grayscale: #676767. Windows color (decimal): -6273156 or 8144800. OLE color: 8144800.

HSL color Cylindrical-coordinate representation of color #A0477C: hue angle of 324.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0477C is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 124 -
CMYK 0 0.56 0.22 0.37
HSL 324.27º 0.39% 0.45% -
HSV(B) 324.27º 0.56% 0.63% -
XYZ 20.39 13.44 20.59 -
YUV 103.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 160 71 124 0 0.56 0.22 0.37 324.27 0.39 0.45
Hex A0 47 7C 0 38 16 25 144 27 2D
Octal 240 107 174 0 70 26 45 504 47 55
Binary 10100000 1000111 1111100 0 111000 10110 100101 101000100 100111 101101

Color Harmonies of #A0477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0477C

Black with #A0477C

Text Example


Text Example

White with #A0477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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