Html Css Color HEX #A74E95 Violet Blue

📋 copy color: '#A74E95'

red 167 ◦ green 78 ◦ blue 149

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

Shades of Violet Blue #A74E95

Tints of Violet Blue #A74E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 42.39%
G = 19.8%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74E95 (or 0xA74E95) is known color: Violet Blue. HEX triplet: A7, 4E and 95. RGB value is (167,78,149). Sum of RGB (Red+Green+Blue) = 167+78+149=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E95 is #58B16A. Grayscale: #707070. Windows color (decimal): -5812587 or 9784999. OLE color: 9784999.

HSL color Cylindrical-coordinate representation of color #A74E95: hue angle of 312.13º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E95 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 149 -
CMYK 0 0.53 0.11 0.35
HSL 312.13º 0.36% 0.48% -
HSV(B) 312.13º 0.53% 0.65% -
XYZ 24.09 15.83 30.22 -
YUV 112.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 167 78 149 0 0.53 0.11 0.35 312.13 0.36 0.48
Hex A7 4E 95 0 35 B 23 138 24 30
Octal 247 116 225 0 65 13 43 470 44 60
Binary 10100111 1001110 10010101 0 110101 1011 100011 100111000 100100 110000

Color Harmonies of #A74E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E95

Black with #A74E95

Text Example


Text Example

White with #A74E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E95; }

 p { color: rgb(167,78,149); }

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

background-color css

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

 a { background-color: rgb(167,78,149); }

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

border-color css

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

 span { border-color: rgb(167,78,149); }

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