Html Css Color HEX #A0477F Royal Heath

📋 copy color: '#A0477F'

red 160 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #A0477F

Tints of Royal Heath #A0477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 44.69%
G = 19.83%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0477F (or 0xA0477F) is known color: Royal Heath. HEX triplet: A0, 47 and 7F. RGB value is (160,71,127). Sum of RGB (Red+Green+Blue) = 160+71+127=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0477F is #5FB880. Grayscale: #676767. Windows color (decimal): -6273153 or 8341408. OLE color: 8341408.

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

Color convert

RGB 160 71 127 -
CMYK 0 0.56 0.21 0.37
HSL 322.25º 0.39% 0.45% -
HSV(B) 322.25º 0.56% 0.63% -
XYZ 20.58 13.51 21.6 -
YUV 104 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 160 71 127 0 0.56 0.21 0.37 322.25 0.39 0.45
Hex A0 47 7F 0 38 15 25 142 27 2D
Octal 240 107 177 0 70 25 45 502 47 55
Binary 10100000 1000111 1111111 0 111000 10101 100101 101000010 100111 101101

Color Harmonies of #A0477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0477F

Black with #A0477F

Text Example


Text Example

White with #A0477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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