#A569FE

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

Shades of Light Slate Blue #A569FE

Tints of Light Slate Blue #A569FE

Color information

#A569FE (or 0xA569FE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 69 and FE. RGB value is (165,105,254). Sum of RGB (Red+Green+Blue) = 165+105+254=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #A569FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A569FE is #5A9601. Grayscale: #8B8B8B. Windows color (decimal): -5936642 or 16673189. OLE color: 16673189.

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

Color convert

RGB165105254-
CMYK0.350.5900.00
HSL264.16º98.68%70.39%-
HSV(B)264.16º58.66%99.61%-
XYZ38.4625.2696.61-
YUV139.93192.38145.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=31.49%
G=20.04%
B=48.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651052540.350.5900.00264.1698.6870.39
HexA569FE233B001086346
Octal245151376437300410143106
Binary101001011101001111111101000111110110010000100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569FE; }

 p { color: rgb(165,105,254); }

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

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

 a { background-color: rgb(165,105,254); }

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

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

 span { border-color: rgb(165,105,254); }

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