Html Css Color HEX #A74899 Violet Blue

📋 copy color: '#A74899'

red 167 ◦ green 72 ◦ blue 153

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

Shades of Violet Blue #A74899

Tints of Violet Blue #A74899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 42.6%
G = 18.37%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A74899 (or 0xA74899) is known color: Violet Blue. HEX triplet: A7, 48 and 99. RGB value is (167,72,153). Sum of RGB (Red+Green+Blue) = 167+72+153=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A74899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74899 is #58B766. Grayscale: #6D6D6D. Windows color (decimal): -5814119 or 10045607. OLE color: 10045607.

HSL color Cylindrical-coordinate representation of color #A74899: hue angle of 308.84º 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 #A74899 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 72 153 -
CMYK 0 0.57 0.08 0.35
HSL 308.84º 0.4% 0.47% -
HSV(B) 308.84º 0.57% 0.65% -
XYZ 24 15.15 31.8 -
YUV 109.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 167 72 153 0 0.57 0.08 0.35 308.84 0.4 0.47
Hex A7 48 99 0 39 8 23 135 28 2F
Octal 247 110 231 0 71 10 43 465 50 57
Binary 10100111 1001000 10011001 0 111001 1000 100011 100110101 101000 101111

Color Harmonies of #A74899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74899

Black with #A74899

Text Example


Text Example

White with #A74899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74899; }

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

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

background-color css

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

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

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

border-color css

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

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

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