#A168A5

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

Shades of Violet Blue #A168A5

Tints of Violet Blue #A168A5

Color information

#A168A5 (or 0xA168A5) is unknown color: approx Violet Blue. HEX triplet: A1, 68 and A5. RGB value is (161,104,165). Sum of RGB (Red+Green+Blue) = 161+104+165=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #A168A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A168A5 is #5E975A. Grayscale: #7F7F7F. Windows color (decimal): -6199131 or 10840225. OLE color: 10840225.

HSL color Cylindrical-coordinate representation of color #A168A5: hue angle of 296.07º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A168A5 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161104165-
CMYK0.020.3700.35
HSL296.07º25.31%52.75%-
HSV(B)296.07º36.97%64.71%-
XYZ26.4420.1938.1-
YUV128148.88151.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=37.44%
G=24.19%
B=38.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611041650.020.3700.35296.0725.3152.75
HexA168A52250231281935
Octal2411502452450434503165
Binary1010000111010001010010110100101010001110010100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168A5; }

 p { color: rgb(161,104,165); }

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

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

 a { background-color: rgb(161,104,165); }

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

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

 span { border-color: rgb(161,104,165); }

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