Html Css Color HEX #A0477B Royal Heath

📋 copy color: '#A0477B'

red 160 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #A0477B

Tints of Royal Heath #A0477B

RGB

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

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

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

R = 45.2%
G = 20.06%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0477B (or 0xA0477B) is known color: Royal Heath. HEX triplet: A0, 47 and 7B. RGB value is (160,71,123). Sum of RGB (Red+Green+Blue) = 160+71+123=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0477B is #5FB884. Grayscale: #676767. Windows color (decimal): -6273157 or 8079264. OLE color: 8079264.

HSL color Cylindrical-coordinate representation of color #A0477B: hue angle of 324.94º 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 #A0477B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 123 -
CMYK 0 0.56 0.23 0.37
HSL 324.94º 0.39% 0.45% -
HSV(B) 324.94º 0.56% 0.63% -
XYZ 20.33 13.41 20.26 -
YUV 103.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 160 71 123 0 0.56 0.23 0.37 324.94 0.39 0.45
Hex A0 47 7B 0 38 17 25 145 27 2D
Octal 240 107 173 0 70 27 45 505 47 55
Binary 10100000 1000111 1111011 0 111000 10111 100101 101000101 100111 101101

Color Harmonies of #A0477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0477B

Black with #A0477B

Text Example


Text Example

White with #A0477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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