Html Css Color HEX #A75A78 Royal Heath

📋 copy color: '#A75A78'

red 167 ◦ green 90 ◦ blue 120

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

Shades of Royal Heath #A75A78

Tints of Royal Heath #A75A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 44.3%
G = 23.87%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A75A78 (or 0xA75A78) is known color: Royal Heath. HEX triplet: A7, 5A and 78. RGB value is (167,90,120). Sum of RGB (Red+Green+Blue) = 167+90+120=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A78 is #58A587. Grayscale: #747474. Windows color (decimal): -5809544 or 7887527. OLE color: 7887527.

HSL color Cylindrical-coordinate representation of color #A75A78: hue angle of 336.62º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A78 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 90 120 -
CMYK 0 0.46 0.28 0.35
HSL 336.62º 0.3% 0.5% -
HSV(B) 336.62º 0.46% 0.65% -
XYZ 22.98 16.88 19.82 -
YUV 116.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 167 90 120 0 0.46 0.28 0.35 336.62 0.3 0.5
Hex A7 5A 78 0 2E 1C 23 151 1E 32
Octal 247 132 170 0 56 34 43 521 36 62
Binary 10100111 1011010 1111000 0 101110 11100 100011 101010001 11110 110010

Color Harmonies of #A75A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A78

Black with #A75A78

Text Example


Text Example

White with #A75A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A78; }

 p { color: rgb(167,90,120); }

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

background-color css

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

 a { background-color: rgb(167,90,120); }

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

border-color css

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

 span { border-color: rgb(167,90,120); }

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