#A366AA

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

Shades of Violet Blue #A366AA

Tints of Violet Blue #A366AA

Color information

#A366AA (or 0xA366AA) is unknown color: approx Violet Blue. HEX triplet: A3, 66 and AA. RGB value is (163,102,170). Sum of RGB (Red+Green+Blue) = 163+102+170=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A366AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AA is #5C9955. Grayscale: #7F7F7F. Windows color (decimal): -6068566 or 11167395. OLE color: 11167395.

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

Color convert

RGB163102170-
CMYK0.040.400.33
HSL293.82º28.57%53.33%-
HSV(B)293.82º40%66.67%-
XYZ27.1120.1940.5-
YUV127.99151.71152.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=37.47%
G=23.45%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631021700.040.400.33293.8228.5753.33
HexA366AA4280211261d35
Octal2431462524500414463565
Binary10100011110011010101010100101000010000110010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366AA; }

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

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

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

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

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

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

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

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