#A349A4

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

Shades of Violet Blue #A349A4

Tints of Violet Blue #A349A4

Color information

#A349A4 (or 0xA349A4) is unknown color: approx Violet Blue. HEX triplet: A3, 49 and A4. RGB value is (163,73,164). Sum of RGB (Red+Green+Blue) = 163+73+164=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #A349A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349A4 is #5CB65B. Grayscale: #6E6E6E. Windows color (decimal): -6075996 or 10766755. OLE color: 10766755.

HSL color Cylindrical-coordinate representation of color #A349A4: hue angle of 299.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A349A4 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16373164-
CMYK0.010.5500.36
HSL299.34º38.4%46.47%-
HSV(B)299.34º55.49%64.31%-
XYZ24.1915.2336.79-
YUV110.28158.32165.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 164 (64.45% from 255) = 41%
R=40.75%
G=18.25%
B=41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163731640.010.5500.36299.3438.446.47
HexA349A413702412b262e
Octal2431112441670444534656
Binary1010001110010011010010011101110100100100101011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349A4; }

 p { color: rgb(163,73,164); }

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

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

 a { background-color: rgb(163,73,164); }

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

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

 span { border-color: rgb(163,73,164); }

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