Html Css Color HEX #A197FE Light Slate Blue

📋 copy color: '#A197FE'

red 161 ◦ green 151 ◦ blue 254

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

Shades of Light Slate Blue #A197FE

Tints of Light Slate Blue #A197FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.68%

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

R = 28.45%
G = 26.68%
B = 44.88%

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

#A197FE (or 0xA197FE) is known color: Light Slate Blue. HEX triplet: A1, 97 and FE. RGB value is (161,151,254). Sum of RGB (Red+Green+Blue) = 161+151+254=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A197FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197FE is #5E6801. Grayscale: #A5A5A5. Windows color (decimal): -6187010 or 16684961. OLE color: 16684961.

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

Color convert

RGB 161 151 254 -
CMYK 0.37 0.41 0 0.00
HSL 245.83º 0.98% 0.79% -
HSV(B) 245.83º 0.41% 1% -
XYZ 43.65 36.87 98.58 -
YUV 165.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 161 151 254 0.37 0.41 0 0.00 245.83 0.98 0.79
Hex A1 97 FE 25 29 0 0 F6 62 4F
Octal 241 227 376 45 51 0 0 366 142 117
Binary 10100001 10010111 11111110 100101 101001 0 0 11110110 1100010 1001111

Color Harmonies of #A197FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197FE

Black with #A197FE

Text Example


Text Example

White with #A197FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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