#A069FE

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

Shades of Light Slate Blue #A069FE

Tints of Light Slate Blue #A069FE

Color information

#A069FE (or 0xA069FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 69 and FE. RGB value is (160,105,254). Sum of RGB (Red+Green+Blue) = 160+105+254=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A069FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069FE is #5F9601. Grayscale: #898989. Windows color (decimal): -6264322 or 16673184. OLE color: 16673184.

HSL color Cylindrical-coordinate representation of color #A069FE: hue angle of 262.15º 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 #A069FE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160105254-
CMYK0.370.5900.00
HSL262.15º98.68%70.39%-
HSV(B)262.15º58.66%99.61%-
XYZ37.4424.7396.57-
YUV138.43193.22143.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=30.83%
G=20.23%
B=48.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601052540.370.5900.00262.1598.6870.39
HexA069FE253B001066346
Octal240151376457300406143106
Binary101000001101001111111101001011110110010000011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069FE; }

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

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

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

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

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

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

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

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