Html Css Color HEX #A394FE Light Slate Blue

📋 copy color: '#A394FE'

red 163 ◦ green 148 ◦ blue 254

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

Shades of Light Slate Blue #A394FE

Tints of Light Slate Blue #A394FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.19%

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

R = 28.85%
G = 26.19%
B = 44.96%

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

#A394FE (or 0xA394FE) is known color: Light Slate Blue. HEX triplet: A3, 94 and FE. RGB value is (163,148,254). Sum of RGB (Red+Green+Blue) = 163+148+254=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A394FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394FE is #5C6B01. Grayscale: #A4A4A4. Windows color (decimal): -6056706 or 16684195. OLE color: 16684195.

HSL color Cylindrical-coordinate representation of color #A394FE: hue angle of 248.49º 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 #A394FE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 148 254 -
CMYK 0.36 0.42 0 0.00
HSL 248.49º 0.98% 0.79% -
HSV(B) 248.49º 0.42% 1% -
XYZ 43.58 36.12 98.44 -
YUV 164.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 163 148 254 0.36 0.42 0 0.00 248.49 0.98 0.79
Hex A3 94 FE 24 2A 0 0 F8 62 4F
Octal 243 224 376 44 52 0 0 370 142 117
Binary 10100011 10010100 11111110 100100 101010 0 0 11111000 1100010 1001111

Color Harmonies of #A394FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394FE

Black with #A394FE

Text Example


Text Example

White with #A394FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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