Html Css Color HEX #A193FA Light Slate Blue

📋 copy color: '#A193FA'

red 161 ◦ green 147 ◦ blue 250

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

Shades of Light Slate Blue #A193FA

Tints of Light Slate Blue #A193FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.34%

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

R = 28.85%
G = 26.34%
B = 44.8%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A193FA (or 0xA193FA) is known color: Light Slate Blue. HEX triplet: A1, 93 and FA. RGB value is (161,147,250). Sum of RGB (Red+Green+Blue) = 161+147+250=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A193FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193FA is #5E6C05. Grayscale: #A2A2A2. Windows color (decimal): -6188038 or 16421793. OLE color: 16421793.

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

Color convert

RGB 161 147 250 -
CMYK 0.36 0.41 0 0.02
HSL 248.16º 0.91% 0.78% -
HSV(B) 248.16º 0.41% 0.98% -
XYZ 42.39 35.35 95.03 -
YUV 162.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 161 147 250 0.36 0.41 0 0.02 248.16 0.91 0.78
Hex A1 93 FA 24 29 0 2 F8 5B 4E
Octal 241 223 372 44 51 0 2 370 133 116
Binary 10100001 10010011 11111010 100100 101001 0 10 11111000 1011011 1001110

Color Harmonies of #A193FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193FA

Black with #A193FA

Text Example


Text Example

White with #A193FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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