Html Css Color HEX #A188FC Light Slate Blue

📋 copy color: '#A188FC'

red 161 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #A188FC

Tints of Light Slate Blue #A188FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 29.33%
G = 24.77%
B = 45.9%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A188FC (or 0xA188FC) is known color: Light Slate Blue. HEX triplet: A1, 88 and FC. RGB value is (161,136,252). Sum of RGB (Red+Green+Blue) = 161+136+252=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #A188FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188FC is #5E7703. Grayscale: #9C9C9C. Windows color (decimal): -6190852 or 16550049. OLE color: 16550049.

HSL color Cylindrical-coordinate representation of color #A188FC: hue angle of 252.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A188FC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 136 252 -
CMYK 0.36 0.46 0 0.01
HSL 252.93º 0.95% 0.76% -
HSV(B) 252.93º 0.46% 0.99% -
XYZ 41.07 32.21 96.15 -
YUV 156.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 161 136 252 0.36 0.46 0 0.01 252.93 0.95 0.76
Hex A1 88 FC 24 2E 0 1 FD 5F 4C
Octal 241 210 374 44 56 0 1 375 137 114
Binary 10100001 10001000 11111100 100100 101110 0 1 11111101 1011111 1001100

Color Harmonies of #A188FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188FC

Black with #A188FC

Text Example


Text Example

White with #A188FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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