#A366AB

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

Shades of Violet Blue #A366AB

Tints of Violet Blue #A366AB

Color information

#A366AB (or 0xA366AB) is unknown color: approx Violet Blue. HEX triplet: A3, 66 and AB. RGB value is (163,102,171). Sum of RGB (Red+Green+Blue) = 163+102+171=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A366AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AB is #5C9954. Grayscale: #7F7F7F. Windows color (decimal): -6068565 or 11232931. OLE color: 11232931.

HSL color Cylindrical-coordinate representation of color #A366AB: hue angle of 293.04º 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 #A366AB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163102171-
CMYK0.050.4000.33
HSL293.04º29.11%53.53%-
HSV(B)293.04º40.35%67.06%-
XYZ27.2120.2341-
YUV128.1152.21152.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=37.39%
G=23.39%
B=39.22%

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
Decimal1631021710.050.4000.33293.0429.1153.53
HexA366AB5280211251d36
Octal2431462535500414453566
Binary10100011110011010101011101101000010000110010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366AB; }

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

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

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

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

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

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

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

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