Html Css Color HEX #A396FE Light Slate Blue

📋 copy color: '#A396FE'

red 163 ◦ green 150 ◦ blue 254

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

Shades of Light Slate Blue #A396FE

Tints of Light Slate Blue #A396FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.46%

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

R = 28.75%
G = 26.46%
B = 44.8%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A396FE (or 0xA396FE) is known color: Light Slate Blue. HEX triplet: A3, 96 and FE. RGB value is (163,150,254). Sum of RGB (Red+Green+Blue) = 163+150+254=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A396FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396FE is #5C6901. Grayscale: #A5A5A5. Windows color (decimal): -6056194 or 16684707. OLE color: 16684707.

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

Color convert

RGB 163 150 254 -
CMYK 0.36 0.41 0 0.00
HSL 247.5º 0.98% 0.79% -
HSV(B) 247.5º 0.41% 1% -
XYZ 43.9 36.75 98.55 -
YUV 165.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 163 150 254 0.36 0.41 0 0.00 247.5 0.98 0.79
Hex A3 96 FE 24 29 0 0 F8 62 4F
Octal 243 226 376 44 51 0 0 370 142 117
Binary 10100011 10010110 11111110 100100 101001 0 0 11111000 1100010 1001111

Color Harmonies of #A396FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396FE

Black with #A396FE

Text Example


Text Example

White with #A396FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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