#A17FFB

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

Shades of Light Slate Blue #A17FFB

Tints of Light Slate Blue #A17FFB

Color information

#A17FFB (or 0xA17FFB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 7F and FB. RGB value is (161,127,251). Sum of RGB (Red+Green+Blue) = 161+127+251=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFB is #5E8004. Grayscale: #969696. Windows color (decimal): -6193157 or 16482209. OLE color: 16482209.

HSL color Cylindrical-coordinate representation of color #A17FFB: hue angle of 256.45º degrees, saturation: 0.94, 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 #A17FFB is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161127251-
CMYK0.360.4900.02
HSL256.45º93.94%74.12%-
HSV(B)256.45º49.4%98.43%-
XYZ39.729.7294.91-
YUV151.3184.26134.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=29.87%
G=23.56%
B=46.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611272510.360.4900.02256.4593.9474.12
HexA17FFB2431021005e4a
Octal241177373446102400136112
Binary1010000111111111111101110010011000101010000000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FFB; }

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

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

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

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

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

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

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

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