#A297FE

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

Shades of Light Slate Blue #A297FE

Tints of Light Slate Blue #A297FE

Color information

#A297FE (or 0xA297FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 97 and FE. RGB value is (162,151,254). Sum of RGB (Red+Green+Blue) = 162+151+254=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A297FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297FE is #5D6801. Grayscale: #A5A5A5. Windows color (decimal): -6121474 or 16684962. OLE color: 16684962.

HSL color Cylindrical-coordinate representation of color #A297FE: hue angle of 246.41º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A297FE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162151254-
CMYK0.360.4100.00
HSL246.41º98.1%79.41%-
HSV(B)246.41º40.55%99.61%-
XYZ43.8636.9798.59-
YUV166.03177.64125.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=28.57%
G=26.63%
B=44.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621512540.360.4100.00246.4198.179.41
HexA297FE242900f6624f
Octal242227376445100366142117
Binary101000101001011111111110100100101001001111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297FE; }

 p { color: rgb(162,151,254); }

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

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

 a { background-color: rgb(162,151,254); }

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

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

 span { border-color: rgb(162,151,254); }

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