Html Css Color HEX #A188F7 Light Slate Blue

📋 copy color: '#A188F7'

red 161 ◦ green 136 ◦ blue 247

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

Shades of Light Slate Blue #A188F7

Tints of Light Slate Blue #A188F7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25%

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 29.6%
G = 25%
B = 45.4%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A188F7 (or 0xA188F7) is known color: Light Slate Blue. HEX triplet: A1, 88 and F7. RGB value is (161,136,247). Sum of RGB (Red+Green+Blue) = 161+136+247=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #A188F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188F7 is #5E7708. Grayscale: #9B9B9B. Windows color (decimal): -6190857 or 16222369. OLE color: 16222369.

HSL color Cylindrical-coordinate representation of color #A188F7: hue angle of 253.51º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A188F7 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 136 247 -
CMYK 0.35 0.45 0 0.03
HSL 253.51º 0.87% 0.75% -
HSV(B) 253.51º 0.45% 0.97% -
XYZ 40.29 31.9 92.03 -
YUV 156.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 161 136 247 0.35 0.45 0 0.03 253.51 0.87 0.75
Hex A1 88 F7 23 2D 0 3 FE 57 4B
Octal 241 210 367 43 55 0 3 376 127 113
Binary 10100001 10001000 11110111 100011 101101 0 11 11111110 1010111 1001011

Color Harmonies of #A188F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188F7

Black with #A188F7

Text Example


Text Example

White with #A188F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188F7; }

 p { color: rgb(161,136,247); }

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

background-color css

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

 a { background-color: rgb(161,136,247); }

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

border-color css

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

 span { border-color: rgb(161,136,247); }

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