#A196FD

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

Shades of Light Slate Blue #A196FD

Tints of Light Slate Blue #A196FD

Color information

#A196FD (or 0xA196FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 96 and FD. RGB value is (161,150,253). Sum of RGB (Red+Green+Blue) = 161+150+253=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #A196FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196FD is #5E6902. Grayscale: #A4A4A4. Windows color (decimal): -6187267 or 16619169. OLE color: 16619169.

HSL color Cylindrical-coordinate representation of color #A196FD: hue angle of 246.41º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A196FD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161150253-
CMYK0.360.4100.01
HSL246.41º96.26%79.02%-
HSV(B)246.41º40.71%99.22%-
XYZ43.3336.4897.69-
YUV165.03177.64125.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=28.55%
G=26.60%
B=44.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611502530.360.4100.01246.4196.2679.02
HexA196FD242901f6604f
Octal241226375445101366140117
Binary101000011001011011111101100100101001011111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196FD; }

 p { color: rgb(161,150,253); }

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

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

 a { background-color: rgb(161,150,253); }

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

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

 span { border-color: rgb(161,150,253); }

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