#A74CAA

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

Shades of Violet Blue #A74CAA

Tints of Violet Blue #A74CAA

Color information

#A74CAA (or 0xA74CAA) is unknown color: approx Violet Blue. HEX triplet: A7, 4C and AA. RGB value is (167,76,170). Sum of RGB (Red+Green+Blue) = 167+76+170=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A74CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CAA is #58B355. Grayscale: #717171. Windows color (decimal): -5813078 or 11160743. OLE color: 11160743.

HSL color Cylindrical-coordinate representation of color #A74CAA: hue angle of 298.09º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74CAA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16776170-
CMYK0.020.5500.33
HSL298.09º38.21%48.24%-
HSV(B)298.09º55.29%66.67%-
XYZ25.7816.2939.82-
YUV113.92159.65165.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=40.44%
G=18.40%
B=41.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167761700.020.5500.33298.0938.2148.24
HexA74CAA23702112a2630
Octal2471142522670414524660
Binary10100111100110010101010101101110100001100101010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74CAA; }

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

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

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

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

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

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

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

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