#A368AC

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

Shades of Violet Blue #A368AC

Tints of Violet Blue #A368AC

Color information

#A368AC (or 0xA368AC) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and AC. RGB value is (163,104,172). Sum of RGB (Red+Green+Blue) = 163+104+172=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #A368AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368AC is #5C9753. Grayscale: #818181. Windows color (decimal): -6068052 or 11298979. OLE color: 11298979.

HSL color Cylindrical-coordinate representation of color #A368AC: hue angle of 292.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A368AC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163104172-
CMYK0.050.4000.33
HSL292.06º29.06%54.12%-
HSV(B)292.06º39.53%67.45%-
XYZ27.520.6741.57-
YUV129.39152.05151.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=37.13%
G=23.69%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631041720.050.4000.33292.0629.0654.12
HexA368AC5280211241d36
Octal2431502545500414443566
Binary10100011110100010101100101101000010000110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368AC; }

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

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

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

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

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

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

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

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