Html Css Color HEX #A74AAE Violet Blue

📋 copy color: '#A74AAE'

red 167 ◦ green 74 ◦ blue 174

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

Shades of Violet Blue #A74AAE

Tints of Violet Blue #A74AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 40.24%
G = 17.83%
B = 41.93%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A74AAE (or 0xA74AAE) is known color: Violet Blue. HEX triplet: A7, 4A and AE. RGB value is (167,74,174). Sum of RGB (Red+Green+Blue) = 167+74+174=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A74AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAE is #58B551. Grayscale: #707070. Windows color (decimal): -5813586 or 11422375. OLE color: 11422375.

HSL color Cylindrical-coordinate representation of color #A74AAE: hue angle of 295.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74AAE is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 74 174 -
CMYK 0.04 0.57 0 0.32
HSL 295.8º 0.4% 0.49% -
HSV(B) 295.8º 0.57% 0.68% -
XYZ 26.03 16.17 41.79 -
YUV 113.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 167 74 174 0.04 0.57 0 0.32 295.8 0.4 0.49
Hex A7 4A AE 4 39 0 20 128 28 31
Octal 247 112 256 4 71 0 40 450 50 61
Binary 10100111 1001010 10101110 100 111001 0 100000 100101000 101000 110001

Color Harmonies of #A74AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AAE

Black with #A74AAE

Text Example


Text Example

White with #A74AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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