#A185FF

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

Shades of Light Slate Blue #A185FF

Tints of Light Slate Blue #A185FF

Color information

#A185FF (or 0xA185FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 85 and FF. RGB value is (161,133,255). Sum of RGB (Red+Green+Blue) = 161+133+255=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A185FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185FF is #5E7A00. Grayscale: #9A9A9A. Windows color (decimal): -6191617 or 16745889. OLE color: 16745889.

HSL color Cylindrical-coordinate representation of color #A185FF: hue angle of 253.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A185FF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161133255-
CMYK0.370.4800
HSL253.77º100%76.08%-
HSV(B)253.77º47.84%100%-
XYZ41.1431.5798.53-
YUV155.28184.28132.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 255 (100% from 255) = 46.45%
R=29.33%
G=24.23%
B=46.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611332550.370.4800253.7710076.08
HexA185FF253000fe644c
Octal241205377456000376144114
Binary101000011000010111111111100101110000001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185FF; }

 p { color: rgb(161,133,255); }

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

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

 a { background-color: rgb(161,133,255); }

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

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

 span { border-color: rgb(161,133,255); }

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