Html Css Color HEX #A74699 Violet Blue

📋 copy color: '#A74699'

red 167 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #A74699

Tints of Violet Blue #A74699

RGB

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

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

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

R = 42.82%
G = 17.95%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A74699 (or 0xA74699) is known color: Violet Blue. HEX triplet: A7, 46 and 99. RGB value is (167,70,153). Sum of RGB (Red+Green+Blue) = 167+70+153=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A74699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74699 is #58B966. Grayscale: #6C6C6C. Windows color (decimal): -5814631 or 10045095. OLE color: 10045095.

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

Color convert

RGB 167 70 153 -
CMYK 0 0.58 0.08 0.35
HSL 308.66º 0.41% 0.46% -
HSV(B) 308.66º 0.58% 0.65% -
XYZ 23.88 14.9 31.75 -
YUV 108.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 167 70 153 0 0.58 0.08 0.35 308.66 0.41 0.46
Hex A7 46 99 0 3A 8 23 135 29 2E
Octal 247 106 231 0 72 10 43 465 51 56
Binary 10100111 1000110 10011001 0 111010 1000 100011 100110101 101001 101110

Color Harmonies of #A74699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74699

Black with #A74699

Text Example


Text Example

White with #A74699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74699; }

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

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

background-color css

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

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

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

border-color css

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

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

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