#A469FF

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

Shades of Light Slate Blue #A469FF

Tints of Light Slate Blue #A469FF

Color information

#A469FF (or 0xA469FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 69 and FF. RGB value is (164,105,255). Sum of RGB (Red+Green+Blue) = 164+105+255=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A469FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469FF is #5B9600. Grayscale: #8B8B8B. Windows color (decimal): -6002177 or 16738724. OLE color: 16738724.

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

Color convert

RGB164105255-
CMYK0.360.5900
HSL263.6º100%70.59%-
HSV(B)263.6º58.82%100%-
XYZ38.4125.2297.45-
YUV139.74193.05145.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 255 (100% from 255) = 48.66%
R=31.30%
G=20.04%
B=48.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641052550.360.5900263.610070.59
HexA469FF243B001086447
Octal244151377447300410144107
Binary101001001101001111111111001001110110010000100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469FF; }

 p { color: rgb(164,105,255); }

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

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

 a { background-color: rgb(164,105,255); }

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

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

 span { border-color: rgb(164,105,255); }

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