Html Css Color HEX #A75480 Royal Heath

📋 copy color: '#A75480'

red 167 ◦ green 84 ◦ blue 128

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

Shades of Royal Heath #A75480

Tints of Royal Heath #A75480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 44.06%
G = 22.16%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A75480 (or 0xA75480) is known color: Royal Heath. HEX triplet: A7, 54 and 80. RGB value is (167,84,128). Sum of RGB (Red+Green+Blue) = 167+84+128=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A75480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75480 is #58AB7F. Grayscale: #717171. Windows color (decimal): -5811072 or 8410279. OLE color: 8410279.

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

Color convert

RGB 167 84 128 -
CMYK 0 0.50 0.23 0.35
HSL 328.19º 0.33% 0.49% -
HSV(B) 328.19º 0.5% 0.65% -
XYZ 23 16.11 22.32 -
YUV 113.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 167 84 128 0 0.50 0.23 0.35 328.19 0.33 0.49
Hex A7 54 80 0 32 17 23 148 21 31
Octal 247 124 200 0 62 27 43 510 41 61
Binary 10100111 1010100 10000000 0 110010 10111 100011 101001000 100001 110001

Color Harmonies of #A75480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75480

Black with #A75480

Text Example


Text Example

White with #A75480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75480; }

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

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

background-color css

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

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

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

border-color css

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

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

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