#A164FD

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

Shades of Light Slate Blue #A164FD

Tints of Light Slate Blue #A164FD

Color information

#A164FD (or 0xA164FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 64 and FD. RGB value is (161,100,253). Sum of RGB (Red+Green+Blue) = 161+100+253=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A164FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164FD is #5E9B02. Grayscale: #878787. Windows color (decimal): -6200067 or 16606369. OLE color: 16606369.

HSL color Cylindrical-coordinate representation of color #A164FD: hue angle of 263.92º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A164FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161100253-
CMYK0.360.6000.01
HSL263.92º97.45%69.22%-
HSV(B)263.92º60.47%99.22%-
XYZ36.9823.7895.57-
YUV135.68194.21146.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=31.32%
G=19.46%
B=49.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611002530.360.6000.01263.9297.4569.22
HexA164FD243C011086145
Octal241144375447401410141105
Binary101000011100100111111011001001111000110000100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164FD; }

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

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

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

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

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

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

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

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