Html Css Color HEX #A74A95 Violet Blue

📋 copy color: '#A74A95'

red 167 ◦ green 74 ◦ blue 149

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

Shades of Violet Blue #A74A95

Tints of Violet Blue #A74A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

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

R = 42.82%
G = 18.97%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74A95 (or 0xA74A95) is known color: Violet Blue. HEX triplet: A7, 4A and 95. RGB value is (167,74,149). Sum of RGB (Red+Green+Blue) = 167+74+149=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A95 is #58B56A. Grayscale: #6E6E6E. Windows color (decimal): -5813611 or 9783975. OLE color: 9783975.

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

Color convert

RGB 167 74 149 -
CMYK 0 0.56 0.11 0.35
HSL 311.61º 0.39% 0.47% -
HSV(B) 311.61º 0.56% 0.65% -
XYZ 23.81 15.28 30.13 -
YUV 110.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 167 74 149 0 0.56 0.11 0.35 311.61 0.39 0.47
Hex A7 4A 95 0 38 B 23 138 27 2F
Octal 247 112 225 0 70 13 43 470 47 57
Binary 10100111 1001010 10010101 0 111000 1011 100011 100111000 100111 101111

Color Harmonies of #A74A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A95

Black with #A74A95

Text Example


Text Example

White with #A74A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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