Html Css Color HEX #A195FE Light Slate Blue

📋 copy color: '#A195FE'

red 161 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #A195FE

Tints of Light Slate Blue #A195FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 28.55%
G = 26.42%
B = 45.04%

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

#A195FE (or 0xA195FE) is known color: Light Slate Blue. HEX triplet: A1, 95 and FE. RGB value is (161,149,254). Sum of RGB (Red+Green+Blue) = 161+149+254=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A195FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195FE is #5E6A01. Grayscale: #A4A4A4. Windows color (decimal): -6187522 or 16684449. OLE color: 16684449.

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

Color convert

RGB 161 149 254 -
CMYK 0.37 0.41 0 0.00
HSL 246.86º 0.98% 0.79% -
HSV(B) 246.86º 0.41% 1% -
XYZ 43.33 36.23 98.47 -
YUV 164.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 161 149 254 0.37 0.41 0 0.00 246.86 0.98 0.79
Hex A1 95 FE 25 29 0 0 F7 62 4F
Octal 241 225 376 45 51 0 0 367 142 117
Binary 10100001 10010101 11111110 100101 101001 0 0 11110111 1100010 1001111

Color Harmonies of #A195FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195FE

Black with #A195FE

Text Example


Text Example

White with #A195FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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