#A17FF9

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

Shades of Light Slate Blue #A17FF9

Tints of Light Slate Blue #A17FF9

Color information

#A17FF9 (or 0xA17FF9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 7F and F9. RGB value is (161,127,249). Sum of RGB (Red+Green+Blue) = 161+127+249=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #A17FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF9 is #5E8006. Grayscale: #969696. Windows color (decimal): -6193159 or 16351137. OLE color: 16351137.

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

Color convert

RGB161127249-
CMYK0.350.4900.02
HSL256.72º91.04%73.73%-
HSV(B)256.72º49%97.65%-
XYZ39.3929.693.26-
YUV151.07183.26135.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 127 (50% from 255) = 23.65%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=29.98%
G=23.65%
B=46.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611272490.350.4900.02256.7291.0473.73
HexA17FF92331021015b4a
Octal241177371436102401133112
Binary1010000111111111111100110001111000101010000000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FF9; }

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

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

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

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

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

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

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

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