Html Css Color HEX #A74B78 Royal Heath

📋 copy color: '#A74B78'

red 167 ◦ green 75 ◦ blue 120

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

Shades of Royal Heath #A74B78

Tints of Royal Heath #A74B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.72%

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

R = 46.13%
G = 20.72%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A74B78 (or 0xA74B78) is known color: Royal Heath. HEX triplet: A7, 4B and 78. RGB value is (167,75,120). Sum of RGB (Red+Green+Blue) = 167+75+120=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B78 is #58B487. Grayscale: #6B6B6B. Windows color (decimal): -5813384 or 7883687. OLE color: 7883687.

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

Color convert

RGB 167 75 120 -
CMYK 0 0.55 0.28 0.35
HSL 330.65º 0.38% 0.47% -
HSV(B) 330.65º 0.55% 0.65% -
XYZ 21.84 14.6 19.44 -
YUV 107.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 167 75 120 0 0.55 0.28 0.35 330.65 0.38 0.47
Hex A7 4B 78 0 37 1C 23 14B 26 2F
Octal 247 113 170 0 67 34 43 513 46 57
Binary 10100111 1001011 1111000 0 110111 11100 100011 101001011 100110 101111

Color Harmonies of #A74B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B78

Black with #A74B78

Text Example


Text Example

White with #A74B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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