#A368AB

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

Shades of Violet Blue #A368AB

Tints of Violet Blue #A368AB

Color information

#A368AB (or 0xA368AB) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and AB. RGB value is (163,104,171). Sum of RGB (Red+Green+Blue) = 163+104+171=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A368AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368AB is #5C9754. Grayscale: #818181. Windows color (decimal): -6068053 or 11233443. OLE color: 11233443.

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

Color convert

RGB163104171-
CMYK0.050.3900.33
HSL292.84º28.51%53.92%-
HSV(B)292.84º39.18%67.06%-
XYZ27.4120.6341.07-
YUV129.28151.55152.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=37.21%
G=23.74%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631041710.050.3900.33292.8428.5153.92
HexA368AB5270211251d36
Octal2431502535470414453566
Binary10100011110100010101011101100111010000110010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368AB; }

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

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

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

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

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

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

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

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