Html Css Color HEX #A0507B Royal Heath

📋 copy color: '#A0507B'

red 160 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #A0507B

Tints of Royal Heath #A0507B

RGB

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

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

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

R = 44.08%
G = 22.04%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0507B (or 0xA0507B) is known color: Royal Heath. HEX triplet: A0, 50 and 7B. RGB value is (160,80,123). Sum of RGB (Red+Green+Blue) = 160+80+123=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507B is #5FAF84. Grayscale: #6C6C6C. Windows color (decimal): -6270853 or 8081568. OLE color: 8081568.

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

Color convert

RGB 160 80 123 -
CMYK 0 0.5 0.23 0.37
HSL 327.75º 0.33% 0.47% -
HSV(B) 327.75º 0.5% 0.63% -
XYZ 20.94 14.64 20.46 -
YUV 108.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 160 80 123 0 0.5 0.23 0.37 327.75 0.33 0.47
Hex A0 50 7B 0 32 17 25 148 21 2F
Octal 240 120 173 0 62 27 45 510 41 57
Binary 10100000 1010000 1111011 0 110010 10111 100101 101001000 100001 101111

Color Harmonies of #A0507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0507B

Black with #A0507B

Text Example


Text Example

White with #A0507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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