Html Css Color HEX #A74FA6 Violet Blue

📋 copy color: '#A74FA6'

red 167 ◦ green 79 ◦ blue 166

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

Shades of Violet Blue #A74FA6

Tints of Violet Blue #A74FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 40.53%
G = 19.17%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A74FA6 (or 0xA74FA6) is known color: Violet Blue. HEX triplet: A7, 4F and A6. RGB value is (167,79,166). Sum of RGB (Red+Green+Blue) = 167+79+166=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A74FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FA6 is #58B059. Grayscale: #727272. Windows color (decimal): -5812314 or 10899367. OLE color: 10899367.

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

Color convert

RGB 167 79 166 -
CMYK 0 0.53 0.01 0.35
HSL 300.68º 0.36% 0.48% -
HSV(B) 300.68º 0.53% 0.65% -
XYZ 25.62 16.56 37.92 -
YUV 115.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 167 79 166 0 0.53 0.01 0.35 300.68 0.36 0.48
Hex A7 4F A6 0 35 1 23 12D 24 30
Octal 247 117 246 0 65 1 43 455 44 60
Binary 10100111 1001111 10100110 0 110101 1 100011 100101101 100100 110000

Color Harmonies of #A74FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FA6

Black with #A74FA6

Text Example


Text Example

White with #A74FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FA6; }

 p { color: rgb(167,79,166); }

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

background-color css

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

 a { background-color: rgb(167,79,166); }

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

border-color css

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

 span { border-color: rgb(167,79,166); }

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