#A74CAF

Color #A74CAF Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A74CAF

Tints of Violet Blue #A74CAF

Color information

#A74CAF (or 0xA74CAF) is unknown color: approx Violet Blue. HEX triplet: A7, 4C and AF. RGB value is (167,76,175). Sum of RGB (Red+Green+Blue) = 167+76+175=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A74CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CAF is #58B350. Grayscale: #727272. Windows color (decimal): -5813073 or 11488423. OLE color: 11488423.

HSL color Cylindrical-coordinate representation of color #A74CAF: hue angle of 295.15º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74CAF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16776175-
CMYK0.050.5700.31
HSL295.15º39.44%49.22%-
HSV(B)295.15º56.57%68.63%-
XYZ26.2616.4842.35-
YUV114.49162.15165.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=39.95%
G=18.18%
B=41.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167761750.050.5700.31295.1539.4449.22
HexA74CAF53901F1272731
Octal2471142575710374474761
Binary10100111100110010101111101111001011111100100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74CAF; }

 p { color: rgb(167,76,175); }

 H1.HeaderClassName
 {
   color: #A74CAF;
 }
 .AnyTagClassName
 {
   color: #A74CAF;
 }
</style>
background-color css

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

 a { background-color: rgb(167,76,175); }

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

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

 span { border-color: rgb(167,76,175); }

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