Html Css Color HEX #A74199 Violet Blue

📋 copy color: '#A74199'

red 167 ◦ green 65 ◦ blue 153

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

Shades of Violet Blue #A74199

Tints of Violet Blue #A74199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 43.38%
G = 16.88%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A74199 (or 0xA74199) is known color: Violet Blue. HEX triplet: A7, 41 and 99. RGB value is (167,65,153). Sum of RGB (Red+Green+Blue) = 167+65+153=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A74199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74199 is #58BE66. Grayscale: #696969. Windows color (decimal): -5815911 or 10043815. OLE color: 10043815.

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

Color convert

RGB 167 65 153 -
CMYK 0 0.61 0.08 0.35
HSL 308.24º 0.44% 0.45% -
HSV(B) 308.24º 0.61% 0.65% -
XYZ 23.58 14.3 31.65 -
YUV 105.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 167 65 153 0 0.61 0.08 0.35 308.24 0.44 0.45
Hex A7 41 99 0 3D 8 23 134 2C 2D
Octal 247 101 231 0 75 10 43 464 54 55
Binary 10100111 1000001 10011001 0 111101 1000 100011 100110100 101100 101101

Color Harmonies of #A74199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74199

Black with #A74199

Text Example


Text Example

White with #A74199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74199; }

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

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

background-color css

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

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

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

border-color css

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

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

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