Html Css Color HEX #A378FE Light Slate Blue

📋 copy color: '#A378FE'

red 163 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #A378FE

Tints of Light Slate Blue #A378FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

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

R = 30.35%
G = 22.35%
B = 47.3%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A378FE (or 0xA378FE) is known color: Light Slate Blue. HEX triplet: A3, 78 and FE. RGB value is (163,120,254). Sum of RGB (Red+Green+Blue) = 163+120+254=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #A378FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A378FE is #5C8701. Grayscale: #939393. Windows color (decimal): -6063874 or 16677027. OLE color: 16677027.

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

Color convert

RGB 163 120 254 -
CMYK 0.36 0.53 0 0.00
HSL 259.25º 0.99% 0.73% -
HSV(B) 259.25º 0.53% 1% -
XYZ 39.71 28.38 97.15 -
YUV 148.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 163 120 254 0.36 0.53 0 0.00 259.25 0.99 0.73
Hex A3 78 FE 24 35 0 0 103 63 49
Octal 243 170 376 44 65 0 0 403 143 111
Binary 10100011 1111000 11111110 100100 110101 0 0 100000011 1100011 1001001

Color Harmonies of #A378FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378FE

Black with #A378FE

Text Example


Text Example

White with #A378FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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