#A17AFF

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

Shades of Light Slate Blue #A17AFF

Tints of Light Slate Blue #A17AFF

Color information

#A17AFF (or 0xA17AFF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 7A and FF. RGB value is (161,122,255). Sum of RGB (Red+Green+Blue) = 161+122+255=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AFF is #5E8500. Grayscale: #949494. Windows color (decimal): -6194433 or 16743073. OLE color: 16743073.

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

Color convert

RGB161122255-
CMYK0.370.5200
HSL257.59º100%73.92%-
HSV(B)257.59º52.16%100%-
XYZ39.7128.7298.06-
YUV148.82187.92136.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 255 (100% from 255) = 47.40%
R=29.93%
G=22.68%
B=47.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611222550.370.5200257.5910073.92
HexA17AFF253400102644a
Octal241172377456400402144112
Binary101000011111010111111111001011101000010000001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AFF; }

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

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

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

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

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

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

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

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