#A33B9A

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

Shades of Violet Blue #A33B9A

Tints of Violet Blue #A33B9A

Color information

#A33B9A (or 0xA33B9A) is unknown color: approx Violet Blue. HEX triplet: A3, 3B and 9A. RGB value is (163,59,154). Sum of RGB (Red+Green+Blue) = 163+59+154=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B9A is #5CC465. Grayscale: #646464. Windows color (decimal): -6079590 or 10107811. OLE color: 10107811.

HSL color Cylindrical-coordinate representation of color #A33B9A: hue angle of 305.19º 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 #A33B9A is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16359154-
CMYK00.640.060.36
HSL305.19º46.85%43.53%-
HSV(B)305.19º63.8%63.92%-
XYZ22.513.2531.94-
YUV100.93157.96172.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 59 (23.44% from 255) = 15.69%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=43.35%
G=15.69%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635915400.640.060.36305.1946.8543.53
HexA33B9A0406241312f2c
Octal2437323201006444615754
Binary101000111110111001101001000000110100100100110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B9A; }

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

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

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

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

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

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

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

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