#A33DA6

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

Shades of Violet Blue #A33DA6

Tints of Violet Blue #A33DA6

Color information

#A33DA6 (or 0xA33DA6) is unknown color: approx Violet Blue. HEX triplet: A3, 3D and A6. RGB value is (163,61,166). Sum of RGB (Red+Green+Blue) = 163+61+166=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #A33DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA6 is #5CC259. Grayscale: #676767. Windows color (decimal): -6079066 or 10894755. OLE color: 10894755.

HSL color Cylindrical-coordinate representation of color #A33DA6: hue angle of 298.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33DA6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16361166-
CMYK0.020.6300.35
HSL298.29º46.26%44.51%-
HSV(B)298.29º63.25%65.1%-
XYZ23.6613.8837.51-
YUV103.47163.29170.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 166 (65.23% from 255) = 42.56%
R=41.79%
G=15.64%
B=42.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163611660.020.6300.35298.2946.2644.51
HexA33DA623F02312a2e2d
Octal243752462770434525655
Binary1010001111110110100110101111110100011100101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DA6; }

 p { color: rgb(163,61,166); }

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

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

 a { background-color: rgb(163,61,166); }

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

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

 span { border-color: rgb(163,61,166); }

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