#A172FE

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

Shades of Light Slate Blue #A172FE

Tints of Light Slate Blue #A172FE

Color information

#A172FE (or 0xA172FE) is unknown color: approx Light Slate Blue. HEX triplet: A1, 72 and FE. RGB value is (161,114,254). Sum of RGB (Red+Green+Blue) = 161+114+254=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A172FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172FE is #5E8D01. Grayscale: #8F8F8F. Windows color (decimal): -6196482 or 16675489. OLE color: 16675489.

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

Color convert

RGB161114254-
CMYK0.370.5500.00
HSL260.14º98.59%72.16%-
HSV(B)260.14º55.12%99.61%-
XYZ38.626.7796.9-
YUV144.01190.07140.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=30.43%
G=21.55%
B=48.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611142540.370.5500.00260.1498.5972.16
HexA172FE2537001046348
Octal241162376456700404143110
Binary101000011110010111111101001011101110010000010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172FE; }

 p { color: rgb(161,114,254); }

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

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

 a { background-color: rgb(161,114,254); }

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

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

 span { border-color: rgb(161,114,254); }

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