#A36AFE

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

Shades of Light Slate Blue #A36AFE

Tints of Light Slate Blue #A36AFE

Color information

#A36AFE (or 0xA36AFE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 6A and FE. RGB value is (163,106,254). Sum of RGB (Red+Green+Blue) = 163+106+254=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #A36AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AFE is #5C9501. Grayscale: #8B8B8B. Windows color (decimal): -6067458 or 16673443. OLE color: 16673443.

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

Color convert

RGB163106254-
CMYK0.360.5800.00
HSL263.11º98.67%70.59%-
HSV(B)263.11º58.27%99.61%-
XYZ38.1525.2596.63-
YUV139.92192.38144.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 106 (41.80% from 255) = 20.27%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=31.17%
G=20.27%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631062540.360.5800.00263.1198.6770.59
HexA36AFE243A001076347
Octal243152376447200407143107
Binary101000111101010111111101001001110100010000011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AFE; }

 p { color: rgb(163,106,254); }

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

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

 a { background-color: rgb(163,106,254); }

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

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

 span { border-color: rgb(163,106,254); }

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