Html Css Color HEX #A393FC Light Slate Blue

📋 copy color: '#A393FC'

red 163 ◦ green 147 ◦ blue 252

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

Shades of Light Slate Blue #A393FC

Tints of Light Slate Blue #A393FC

RGB

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

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

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

R = 29%
G = 26.16%
B = 44.84%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A393FC (or 0xA393FC) is known color: Light Slate Blue. HEX triplet: A3, 93 and FC. RGB value is (163,147,252). Sum of RGB (Red+Green+Blue) = 163+147+252=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A393FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393FC is #5C6C03. Grayscale: #A3A3A3. Windows color (decimal): -6056964 or 16552867. OLE color: 16552867.

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

Color convert

RGB 163 147 252 -
CMYK 0.35 0.42 0 0.01
HSL 249.14º 0.95% 0.78% -
HSV(B) 249.14º 0.42% 0.99% -
XYZ 43.11 35.68 96.71 -
YUV 163.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 163 147 252 0.35 0.42 0 0.01 249.14 0.95 0.78
Hex A3 93 FC 23 2A 0 1 F9 5F 4E
Octal 243 223 374 43 52 0 1 371 137 116
Binary 10100011 10010011 11111100 100011 101010 0 1 11111001 1011111 1001110

Color Harmonies of #A393FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393FC

Black with #A393FC

Text Example


Text Example

White with #A393FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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