Html Css Color HEX #A74BAE Violet Blue

📋 copy color: '#A74BAE'

red 167 ◦ green 75 ◦ blue 174

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

Shades of Violet Blue #A74BAE

Tints of Violet Blue #A74BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 40.14%
G = 18.03%
B = 41.83%

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

#A74BAE (or 0xA74BAE) is known color: Violet Blue. HEX triplet: A7, 4B and AE. RGB value is (167,75,174). Sum of RGB (Red+Green+Blue) = 167+75+174=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #A74BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BAE is #58B451. Grayscale: #717171. Windows color (decimal): -5813330 or 11422631. OLE color: 11422631.

HSL color Cylindrical-coordinate representation of color #A74BAE: hue angle of 295.76º 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 #A74BAE is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 75 174 -
CMYK 0.04 0.57 0 0.32
HSL 295.76º 0.4% 0.49% -
HSV(B) 295.76º 0.57% 0.68% -
XYZ 26.09 16.3 41.82 -
YUV 113.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 167 75 174 0.04 0.57 0 0.32 295.76 0.4 0.49
Hex A7 4B AE 4 39 0 20 128 28 31
Octal 247 113 256 4 71 0 40 450 50 61
Binary 10100111 1001011 10101110 100 111001 0 100000 100101000 101000 110001

Color Harmonies of #A74BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BAE

Black with #A74BAE

Text Example


Text Example

White with #A74BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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