Html Css Color HEX #A188FA Light Slate Blue

📋 copy color: '#A188FA'

red 161 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #A188FA

Tints of Light Slate Blue #A188FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 29.43%
G = 24.86%
B = 45.7%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A188FA (or 0xA188FA) is known color: Light Slate Blue. HEX triplet: A1, 88 and FA. RGB value is (161,136,250). Sum of RGB (Red+Green+Blue) = 161+136+250=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A188FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188FA is #5E7705. Grayscale: #9C9C9C. Windows color (decimal): -6190854 or 16418977. OLE color: 16418977.

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

Color convert

RGB 161 136 250 -
CMYK 0.36 0.46 0 0.02
HSL 253.16º 0.92% 0.76% -
HSV(B) 253.16º 0.46% 0.98% -
XYZ 40.76 32.09 94.49 -
YUV 156.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 161 136 250 0.36 0.46 0 0.02 253.16 0.92 0.76
Hex A1 88 FA 24 2E 0 2 FD 5C 4C
Octal 241 210 372 44 56 0 2 375 134 114
Binary 10100001 10001000 11111010 100100 101110 0 10 11111101 1011100 1001100

Color Harmonies of #A188FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188FA

Black with #A188FA

Text Example


Text Example

White with #A188FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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