#A368A2

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

Shades of Violet Blue #A368A2

Tints of Violet Blue #A368A2

Color information

#A368A2 (or 0xA368A2) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and A2. RGB value is (163,104,162). Sum of RGB (Red+Green+Blue) = 163+104+162=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A368A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368A2 is #5C975D. Grayscale: #808080. Windows color (decimal): -6068062 or 10643619. OLE color: 10643619.

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

Color convert

RGB163104162-
CMYK00.360.010.36
HSL301.02º24.28%52.35%-
HSV(B)301.02º36.2%63.92%-
XYZ26.5820.336.7-
YUV128.25147.05152.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=38.00%
G=24.24%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310416200.360.010.36301.0224.2852.35
HexA368A202412412d1834
Octal2431502420441444553064
Binary101000111101000101000100100100110010010010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368A2; }

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

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

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

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

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

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

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

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