Html Css Color HEX #A74880 Royal Heath

📋 copy color: '#A74880'

red 167 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #A74880

Tints of Royal Heath #A74880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

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

R = 45.5%
G = 19.62%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74880 (or 0xA74880) is known color: Royal Heath. HEX triplet: A7, 48 and 80. RGB value is (167,72,128). Sum of RGB (Red+Green+Blue) = 167+72+128=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74880 is #58B77F. Grayscale: #6A6A6A. Windows color (decimal): -5814144 or 8407207. OLE color: 8407207.

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

Color convert

RGB 167 72 128 -
CMYK 0 0.57 0.23 0.35
HSL 324.63º 0.4% 0.47% -
HSV(B) 324.63º 0.57% 0.65% -
XYZ 22.15 14.41 22.04 -
YUV 106.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 167 72 128 0 0.57 0.23 0.35 324.63 0.4 0.47
Hex A7 48 80 0 39 17 23 145 28 2F
Octal 247 110 200 0 71 27 43 505 50 57
Binary 10100111 1001000 10000000 0 111001 10111 100011 101000101 101000 101111

Color Harmonies of #A74880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74880

Black with #A74880

Text Example


Text Example

White with #A74880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74880; }

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

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

background-color css

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

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

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

border-color css

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

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

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