#A17FFC

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

Shades of Light Slate Blue #A17FFC

Tints of Light Slate Blue #A17FFC

Color information

#A17FFC (or 0xA17FFC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 7F and FC. RGB value is (161,127,252). Sum of RGB (Red+Green+Blue) = 161+127+252=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A17FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFC is #5E8003. Grayscale: #969696. Windows color (decimal): -6193156 or 16547745. OLE color: 16547745.

HSL color Cylindrical-coordinate representation of color #A17FFC: hue angle of 256.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17FFC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161127252-
CMYK0.360.5000.01
HSL256.32º95.42%74.31%-
HSV(B)256.32º49.6%98.82%-
XYZ39.8629.7895.74-
YUV151.42184.76134.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=29.81%
G=23.52%
B=46.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611272520.360.5000.01256.3295.4274.31
HexA17FFC2432011005f4a
Octal241177374446201400137112
Binary101000011111111111111001001001100100110000000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FFC; }

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

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

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

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

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

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

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

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