Html Css Color HEX #A393FE Light Slate Blue

📋 copy color: '#A393FE'

red 163 ◦ green 147 ◦ blue 254

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

Shades of Light Slate Blue #A393FE

Tints of Light Slate Blue #A393FE

RGB

 RED value IS 163 (64.06% from 255) = 28.9%

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 28.9%
G = 26.06%
B = 45.04%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A393FE (or 0xA393FE) is known color: Light Slate Blue. HEX triplet: A3, 93 and FE. RGB value is (163,147,254). Sum of RGB (Red+Green+Blue) = 163+147+254=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A393FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393FE is #5C6C01. Grayscale: #A3A3A3. Windows color (decimal): -6056962 or 16683939. OLE color: 16683939.

HSL color Cylindrical-coordinate representation of color #A393FE: hue angle of 248.97º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A393FE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 147 254 -
CMYK 0.36 0.42 0 0.00
HSL 248.97º 0.98% 0.79% -
HSV(B) 248.97º 0.42% 1% -
XYZ 43.43 35.81 98.39 -
YUV 163.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 163 147 254 0.36 0.42 0 0.00 248.97 0.98 0.79
Hex A3 93 FE 24 2A 0 0 F9 62 4F
Octal 243 223 376 44 52 0 0 371 142 117
Binary 10100011 10010011 11111110 100100 101010 0 0 11111001 1100010 1001111

Color Harmonies of #A393FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393FE

Black with #A393FE

Text Example


Text Example

White with #A393FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393FE; }

 p { color: rgb(163,147,254); }

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

background-color css

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

 a { background-color: rgb(163,147,254); }

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

border-color css

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

 span { border-color: rgb(163,147,254); }

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