Html Css Color HEX #A196FF Light Slate Blue

📋 copy color: '#A196FF'

red 161 ◦ green 150 ◦ blue 255

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

Shades of Light Slate Blue #A196FF

Tints of Light Slate Blue #A196FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 28.45%
G = 26.5%
B = 45.05%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A196FF (or 0xA196FF) is known color: Light Slate Blue. HEX triplet: A1, 96 and FF. RGB value is (161,150,255). Sum of RGB (Red+Green+Blue) = 161+150+255=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A196FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196FF is #5E6900. Grayscale: #A4A4A4. Windows color (decimal): -6187265 or 16750241. OLE color: 16750241.

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

Color convert

RGB 161 150 255 -
CMYK 0.37 0.41 0 0
HSL 246.29º 1% 0.79% -
HSV(B) 246.29º 0.41% 1% -
XYZ 43.65 36.61 99.37 -
YUV 165.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 161 150 255 0.37 0.41 0 0 246.29 1 0.79
Hex A1 96 FF 25 29 0 0 F6 64 4F
Octal 241 226 377 45 51 0 0 366 144 117
Binary 10100001 10010110 11111111 100101 101001 0 0 11110110 1100100 1001111

Color Harmonies of #A196FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196FF

Black with #A196FF

Text Example


Text Example

White with #A196FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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