#A33B9D

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

Shades of Violet Blue #A33B9D

Tints of Violet Blue #A33B9D

Color information

#A33B9D (or 0xA33B9D) is unknown color: approx Violet Blue. HEX triplet: A3, 3B and 9D. RGB value is (163,59,157). Sum of RGB (Red+Green+Blue) = 163+59+157=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B9D is #5CC462. Grayscale: #646464. Windows color (decimal): -6079587 or 10304419. OLE color: 10304419.

HSL color Cylindrical-coordinate representation of color #A33B9D: hue angle of 303.46º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B9D is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16359157-
CMYK00.640.040.36
HSL303.46º46.85%43.53%-
HSV(B)303.46º63.8%63.92%-
XYZ22.7513.3533.28-
YUV101.27159.46172.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=43.01%
G=15.57%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635915700.640.040.36303.4646.8543.53
HexA33B9D04042412f2f2c
Octal2437323501004444575754
Binary101000111110111001110101000000100100100100101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B9D; }

 p { color: rgb(163,59,157); }

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

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

 a { background-color: rgb(163,59,157); }

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

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

 span { border-color: rgb(163,59,157); }

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