Html Css Color HEX #A0507D Royal Heath

📋 copy color: '#A0507D'

red 160 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #A0507D

Tints of Royal Heath #A0507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 43.84%
G = 21.92%
B = 34.25%

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

#A0507D (or 0xA0507D) is known color: Royal Heath. HEX triplet: A0, 50 and 7D. RGB value is (160,80,125). Sum of RGB (Red+Green+Blue) = 160+80+125=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0507D is #5FAF82. Grayscale: #6C6C6C. Windows color (decimal): -6270851 or 8212640. OLE color: 8212640.

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

Color convert

RGB 160 80 125 -
CMYK 0 0.5 0.22 0.37
HSL 326.25º 0.33% 0.47% -
HSV(B) 326.25º 0.5% 0.63% -
XYZ 21.07 14.69 21.13 -
YUV 109.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 160 80 125 0 0.5 0.22 0.37 326.25 0.33 0.47
Hex A0 50 7D 0 32 16 25 146 21 2F
Octal 240 120 175 0 62 26 45 506 41 57
Binary 10100000 1010000 1111101 0 110010 10110 100101 101000110 100001 101111

Color Harmonies of #A0507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0507D

Black with #A0507D

Text Example


Text Example

White with #A0507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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