Html Css Color HEX #A36AFE Light Slate Blue

📋 copy color: '#A36AFE'

red 163 ◦ green 106 ◦ blue 254

#A36AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A36AFE

Tints of Light Slate Blue #A36AFE

RGB

 RED value IS 163 (64.06% from 255) = 31.17%

 GREEN value IS 106 (41.8% 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 value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A36AFE (or 0xA36AFE) is known color: 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

RGB 163 106 254 -
CMYK 0.36 0.58 0 0.00
HSL 263.11º 0.99% 0.71% -
HSV(B) 263.11º 0.58% 1% -
XYZ 38.15 25.25 96.63 -
YUV 139.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 163 106 254 0.36 0.58 0 0.00 263.11 0.99 0.71
Hex A3 6A FE 24 3A 0 0 107 63 47
Octal 243 152 376 44 72 0 0 407 143 107
Binary 10100011 1101010 11111110 100100 111010 0 0 100000111 1100011 1000111

Color Harmonies of #A36AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AFE

Black with #A36AFE

Text Example


Text Example

White with #A36AFE

Text Example


Text Example

HTML Codes & Css Web 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>