Html Css Color HEX #A75080 Royal Heath

📋 copy color: '#A75080'

red 167 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #A75080

Tints of Royal Heath #A75080

RGB

 RED value IS 167 (65.63% from 255) = 44.53%

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 44.53%
G = 21.33%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A75080 (or 0xA75080) is known color: Royal Heath. HEX triplet: A7, 50 and 80. RGB value is (167,80,128). Sum of RGB (Red+Green+Blue) = 167+80+128=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A75080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75080 is #58AF7F. Grayscale: #6F6F6F. Windows color (decimal): -5812096 or 8409255. OLE color: 8409255.

HSL color Cylindrical-coordinate representation of color #A75080: hue angle of 326.9º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75080 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 80 128 -
CMYK 0 0.52 0.23 0.35
HSL 326.9º 0.35% 0.48% -
HSV(B) 326.9º 0.52% 0.65% -
XYZ 22.7 15.51 22.22 -
YUV 111.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 167 80 128 0 0.52 0.23 0.35 326.9 0.35 0.48
Hex A7 50 80 0 34 17 23 147 23 30
Octal 247 120 200 0 64 27 43 507 43 60
Binary 10100111 1010000 10000000 0 110100 10111 100011 101000111 100011 110000

Color Harmonies of #A75080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75080

Black with #A75080

Text Example


Text Example

White with #A75080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75080; }

 p { color: rgb(167,80,128); }

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

background-color css

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

 a { background-color: rgb(167,80,128); }

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

border-color css

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

 span { border-color: rgb(167,80,128); }

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