Html Css Color HEX #A188FF Light Slate Blue

📋 copy color: '#A188FF'

red 161 ◦ green 136 ◦ blue 255

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

Shades of Light Slate Blue #A188FF

Tints of Light Slate Blue #A188FF

RGB

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

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

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

R = 29.17%
G = 24.64%
B = 46.2%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A188FF (or 0xA188FF) is known color: Light Slate Blue. HEX triplet: A1, 88 and FF. RGB value is (161,136,255). Sum of RGB (Red+Green+Blue) = 161+136+255=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A188FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188FF is #5E7700. Grayscale: #9C9C9C. Windows color (decimal): -6190849 or 16746657. OLE color: 16746657.

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

Color convert

RGB 161 136 255 -
CMYK 0.37 0.47 0 0
HSL 252.61º 1% 0.77% -
HSV(B) 252.61º 0.47% 1% -
XYZ 41.55 32.41 98.67 -
YUV 157.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 161 136 255 0.37 0.47 0 0 252.61 1 0.77
Hex A1 88 FF 25 2F 0 0 FD 64 4D
Octal 241 210 377 45 57 0 0 375 144 115
Binary 10100001 10001000 11111111 100101 101111 0 0 11111101 1100100 1001101

Color Harmonies of #A188FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188FF

Black with #A188FF

Text Example


Text Example

White with #A188FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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