Html Css Color HEX #A363FE Light Slate Blue

📋 copy color: '#A363FE'

red 163 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #A363FE

Tints of Light Slate Blue #A363FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.19%

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

R = 31.59%
G = 19.19%
B = 49.22%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A363FE (or 0xA363FE) is known color: Light Slate Blue. HEX triplet: A3, 63 and FE. RGB value is (163,99,254). Sum of RGB (Red+Green+Blue) = 163+99+254=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A363FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363FE is #5C9C01. Grayscale: #878787. Windows color (decimal): -6069250 or 16671651. OLE color: 16671651.

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

Color convert

RGB 163 99 254 -
CMYK 0.36 0.61 0 0.00
HSL 264.77º 0.99% 0.69% -
HSV(B) 264.77º 0.61% 1% -
XYZ 37.46 23.87 96.4 -
YUV 135.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 163 99 254 0.36 0.61 0 0.00 264.77 0.99 0.69
Hex A3 63 FE 24 3D 0 0 109 63 45
Octal 243 143 376 44 75 0 0 411 143 105
Binary 10100011 1100011 11111110 100100 111101 0 0 100001001 1100011 1000101

Color Harmonies of #A363FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363FE

Black with #A363FE

Text Example


Text Example

White with #A363FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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