Html Css Color HEX #A36DFE Light Slate Blue

📋 copy color: '#A36DFE'

red 163 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #A36DFE

Tints of Light Slate Blue #A36DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 30.99%
G = 20.72%
B = 48.29%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A36DFE (or 0xA36DFE) is known color: Light Slate Blue. HEX triplet: A3, 6D and FE. RGB value is (163,109,254). Sum of RGB (Red+Green+Blue) = 163+109+254=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A36DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36DFE is #5C9201. Grayscale: #8D8D8D. Windows color (decimal): -6066690 or 16674211. OLE color: 16674211.

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

Color convert

RGB 163 109 254 -
CMYK 0.36 0.57 0 0.00
HSL 262.34º 0.99% 0.71% -
HSV(B) 262.34º 0.57% 1% -
XYZ 38.46 25.88 96.73 -
YUV 141.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 163 109 254 0.36 0.57 0 0.00 262.34 0.99 0.71
Hex A3 6D FE 24 39 0 0 106 63 47
Octal 243 155 376 44 71 0 0 406 143 107
Binary 10100011 1101101 11111110 100100 111001 0 0 100000110 1100011 1000111

Color Harmonies of #A36DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DFE

Black with #A36DFE

Text Example


Text Example

White with #A36DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DFE; }

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

 H1.HeaderClassName
 {
   color: #A36DFE;
 }
 .AnyTagClassName
 {
   color: #A36DFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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