Html Css Color HEX #A74999 Violet Blue

📋 copy color: '#A74999'

red 167 ◦ green 73 ◦ blue 153

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

Shades of Violet Blue #A74999

Tints of Violet Blue #A74999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

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

R = 42.49%
G = 18.58%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A74999 (or 0xA74999) is known color: Violet Blue. HEX triplet: A7, 49 and 99. RGB value is (167,73,153). Sum of RGB (Red+Green+Blue) = 167+73+153=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A74999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74999 is #58B666. Grayscale: #6E6E6E. Windows color (decimal): -5813863 or 10045863. OLE color: 10045863.

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

Color convert

RGB 167 73 153 -
CMYK 0 0.56 0.08 0.35
HSL 308.94º 0.39% 0.47% -
HSV(B) 308.94º 0.56% 0.65% -
XYZ 24.07 15.28 31.82 -
YUV 110.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 167 73 153 0 0.56 0.08 0.35 308.94 0.39 0.47
Hex A7 49 99 0 38 8 23 135 27 2F
Octal 247 111 231 0 70 10 43 465 47 57
Binary 10100111 1001001 10011001 0 111000 1000 100011 100110101 100111 101111

Color Harmonies of #A74999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74999

Black with #A74999

Text Example


Text Example

White with #A74999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74999; }

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

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

background-color css

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

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

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

border-color css

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

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

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