Html Css Color HEX #A74993 Violet Blue

📋 copy color: '#A74993'

red 167 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #A74993

Tints of Violet Blue #A74993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 43.15%
G = 18.86%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A74993 (or 0xA74993) is known color: Violet Blue. HEX triplet: A7, 49 and 93. RGB value is (167,73,147). Sum of RGB (Red+Green+Blue) = 167+73+147=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74993 is #58B66C. Grayscale: #6D6D6D. Windows color (decimal): -5813869 or 9652647. OLE color: 9652647.

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

Color convert

RGB 167 73 147 -
CMYK 0 0.56 0.12 0.35
HSL 312.77º 0.39% 0.47% -
HSV(B) 312.77º 0.56% 0.65% -
XYZ 23.59 15.09 29.27 -
YUV 109.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 167 73 147 0 0.56 0.12 0.35 312.77 0.39 0.47
Hex A7 49 93 0 38 C 23 139 27 2F
Octal 247 111 223 0 70 14 43 471 47 57
Binary 10100111 1001001 10010011 0 111000 1100 100011 100111001 100111 101111

Color Harmonies of #A74993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74993

Black with #A74993

Text Example


Text Example

White with #A74993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74993; }

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

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

background-color css

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

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

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

border-color css

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

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

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