#A338A2

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

Shades of Violet Blue #A338A2

Tints of Violet Blue #A338A2

Color information

#A338A2 (or 0xA338A2) is unknown color: approx Violet Blue. HEX triplet: A3, 38 and A2. RGB value is (163,56,162). Sum of RGB (Red+Green+Blue) = 163+56+162=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A338A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A338A2 is #5CC75D. Grayscale: #636363. Windows color (decimal): -6080350 or 10631331. OLE color: 10631331.

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

Color convert

RGB16356162-
CMYK00.660.010.36
HSL300.56º48.86%42.94%-
HSV(B)300.56º65.64%63.92%-
XYZ23.0413.2235.52-
YUV100.08162.95172.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 162 (63.67% from 255) = 42.52%
R=42.78%
G=14.70%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635616200.660.010.36300.5648.8642.94
HexA338A204212412d312b
Octal2437024201021444556153
Binary1010001111100010100010010000101100100100101101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338A2; }

 p { color: rgb(163,56,162); }

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

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

 a { background-color: rgb(163,56,162); }

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

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

 span { border-color: rgb(163,56,162); }

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