Html Css Color HEX #A0507C Royal Heath

📋 copy color: '#A0507C'

red 160 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A0507C

Tints of Royal Heath #A0507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 43.96%
G = 21.98%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0507C (or 0xA0507C) is known color: Royal Heath. HEX triplet: A0, 50 and 7C. RGB value is (160,80,124). Sum of RGB (Red+Green+Blue) = 160+80+124=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507C is #5FAF83. Grayscale: #6C6C6C. Windows color (decimal): -6270852 or 8147104. OLE color: 8147104.

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

Color convert

RGB 160 80 124 -
CMYK 0 0.5 0.22 0.37
HSL 327º 0.33% 0.47% -
HSV(B) 327º 0.5% 0.63% -
XYZ 21 14.67 20.79 -
YUV 108.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 160 80 124 0 0.5 0.22 0.37 327 0.33 0.47
Hex A0 50 7C 0 32 16 25 147 21 2F
Octal 240 120 174 0 62 26 45 507 41 57
Binary 10100000 1010000 1111100 0 110010 10110 100101 101000111 100001 101111

Color Harmonies of #A0507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0507C

Black with #A0507C

Text Example


Text Example

White with #A0507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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