Html Css Color HEX #A05074 Royal Heath

📋 copy color: '#A05074'

red 160 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #A05074

Tints of Royal Heath #A05074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 44.94%
G = 22.47%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A05074 (or 0xA05074) is known color: Royal Heath. HEX triplet: A0, 50 and 74. RGB value is (160,80,116). Sum of RGB (Red+Green+Blue) = 160+80+116=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A05074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05074 is #5FAF8B. Grayscale: #6B6B6B. Windows color (decimal): -6270860 or 7622816. OLE color: 7622816.

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

Color convert

RGB 160 80 116 -
CMYK 0 0.5 0.28 0.37
HSL 333º 0.33% 0.47% -
HSV(B) 333º 0.5% 0.63% -
XYZ 20.52 14.47 18.23 -
YUV 108.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 160 80 116 0 0.5 0.28 0.37 333 0.33 0.47
Hex A0 50 74 0 32 1C 25 14D 21 2F
Octal 240 120 164 0 62 34 45 515 41 57
Binary 10100000 1010000 1110100 0 110010 11100 100101 101001101 100001 101111

Color Harmonies of #A05074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05074

Black with #A05074

Text Example


Text Example

White with #A05074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05074; }

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

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

background-color css

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

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

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

border-color css

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

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

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