Html Css Color HEX #A74680 Royal Heath

📋 copy color: '#A74680'

red 167 ◦ green 70 ◦ blue 128

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

Shades of Royal Heath #A74680

Tints of Royal Heath #A74680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 45.75%
G = 19.18%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74680 (or 0xA74680) is known color: Royal Heath. HEX triplet: A7, 46 and 80. RGB value is (167,70,128). Sum of RGB (Red+Green+Blue) = 167+70+128=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A74680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74680 is #58B97F. Grayscale: #696969. Windows color (decimal): -5814656 or 8406695. OLE color: 8406695.

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

Color convert

RGB 167 70 128 -
CMYK 0 0.58 0.23 0.35
HSL 324.12º 0.41% 0.46% -
HSV(B) 324.12º 0.58% 0.65% -
XYZ 22.02 14.15 21.99 -
YUV 105.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 167 70 128 0 0.58 0.23 0.35 324.12 0.41 0.46
Hex A7 46 80 0 3A 17 23 144 29 2E
Octal 247 106 200 0 72 27 43 504 51 56
Binary 10100111 1000110 10000000 0 111010 10111 100011 101000100 101001 101110

Color Harmonies of #A74680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74680

Black with #A74680

Text Example


Text Example

White with #A74680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74680; }

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

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

background-color css

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

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

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

border-color css

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

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

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