Html Css Color HEX #A36BFE Light Slate Blue

📋 copy color: '#A36BFE'

red 163 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #A36BFE

Tints of Light Slate Blue #A36BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.42%

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

R = 31.11%
G = 20.42%
B = 48.47%

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

#A36BFE (or 0xA36BFE) is known color: Light Slate Blue. HEX triplet: A3, 6B and FE. RGB value is (163,107,254). Sum of RGB (Red+Green+Blue) = 163+107+254=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #A36BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36BFE is #5C9401. Grayscale: #8B8B8B. Windows color (decimal): -6067202 or 16673699. OLE color: 16673699.

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

Color convert

RGB 163 107 254 -
CMYK 0.36 0.58 0 0.00
HSL 262.86º 0.99% 0.71% -
HSV(B) 262.86º 0.58% 1% -
XYZ 38.25 25.46 96.66 -
YUV 140.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 163 107 254 0.36 0.58 0 0.00 262.86 0.99 0.71
Hex A3 6B FE 24 3A 0 0 107 63 47
Octal 243 153 376 44 72 0 0 407 143 107
Binary 10100011 1101011 11111110 100100 111010 0 0 100000111 1100011 1000111

Color Harmonies of #A36BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BFE

Black with #A36BFE

Text Example


Text Example

White with #A36BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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