Html Css Color HEX #A196FE Light Slate Blue

📋 copy color: '#A196FE'

red 161 ◦ green 150 ◦ blue 254

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

Shades of Light Slate Blue #A196FE

Tints of Light Slate Blue #A196FE

RGB

 RED value IS 161 (63.28% from 255) = 28.5%

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

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

R = 28.5%
G = 26.55%
B = 44.96%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A196FE (or 0xA196FE) is known color: Light Slate Blue. HEX triplet: A1, 96 and FE. RGB value is (161,150,254). Sum of RGB (Red+Green+Blue) = 161+150+254=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A196FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196FE is #5E6901. Grayscale: #A4A4A4. Windows color (decimal): -6187266 or 16684705. OLE color: 16684705.

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

Color convert

RGB 161 150 254 -
CMYK 0.37 0.41 0 0.00
HSL 246.35º 0.98% 0.79% -
HSV(B) 246.35º 0.41% 1% -
XYZ 43.49 36.55 98.53 -
YUV 165.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 161 150 254 0.37 0.41 0 0.00 246.35 0.98 0.79
Hex A1 96 FE 25 29 0 0 F6 62 4F
Octal 241 226 376 45 51 0 0 366 142 117
Binary 10100001 10010110 11111110 100101 101001 0 0 11110110 1100010 1001111

Color Harmonies of #A196FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196FE

Black with #A196FE

Text Example


Text Example

White with #A196FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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