Html Css Color HEX #A390FE Light Slate Blue

📋 copy color: '#A390FE'

red 163 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #A390FE

Tints of Light Slate Blue #A390FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.67%

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

R = 29.06%
G = 25.67%
B = 45.28%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A390FE (or 0xA390FE) is known color: Light Slate Blue. HEX triplet: A3, 90 and FE. RGB value is (163,144,254). Sum of RGB (Red+Green+Blue) = 163+144+254=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #A390FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390FE is #5C6F01. Grayscale: #A1A1A1. Windows color (decimal): -6057730 or 16683171. OLE color: 16683171.

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

Color convert

RGB 163 144 254 -
CMYK 0.36 0.43 0 0.00
HSL 250.36º 0.98% 0.78% -
HSV(B) 250.36º 0.43% 1% -
XYZ 42.97 34.89 98.24 -
YUV 162.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 163 144 254 0.36 0.43 0 0.00 250.36 0.98 0.78
Hex A3 90 FE 24 2B 0 0 FA 62 4E
Octal 243 220 376 44 53 0 0 372 142 116
Binary 10100011 10010000 11111110 100100 101011 0 0 11111010 1100010 1001110

Color Harmonies of #A390FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390FE

Black with #A390FE

Text Example


Text Example

White with #A390FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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