#A185F9

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

Shades of Light Slate Blue #A185F9

Tints of Light Slate Blue #A185F9

Color information

#A185F9 (or 0xA185F9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 85 and F9. RGB value is (161,133,249). Sum of RGB (Red+Green+Blue) = 161+133+249=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #A185F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185F9 is #5E7A06. Grayscale: #9A9A9A. Windows color (decimal): -6191623 or 16352673. OLE color: 16352673.

HSL color Cylindrical-coordinate representation of color #A185F9: hue angle of 254.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A185F9 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161133249-
CMYK0.350.4700.02
HSL254.48º90.62%74.9%-
HSV(B)254.48º46.59%97.65%-
XYZ40.1831.1993.53-
YUV154.6181.28132.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=29.65%
G=24.49%
B=45.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611332490.350.4700.02254.4890.6274.9
HexA185F9232F02fe5b4b
Octal241205371435702376133113
Binary1010000110000101111110011000111011110101111111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185F9; }

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

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

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

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

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

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

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

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