Html Css Color HEX #A363FF Light Slate Blue

📋 copy color: '#A363FF'

red 163 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #A363FF

Tints of Light Slate Blue #A363FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 31.53%
G = 19.15%
B = 49.32%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A363FF (or 0xA363FF) is known color: Light Slate Blue. HEX triplet: A3, 63 and FF. RGB value is (163,99,255). Sum of RGB (Red+Green+Blue) = 163+99+255=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A363FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363FF is #5C9C00. Grayscale: #878787. Windows color (decimal): -6069249 or 16737187. OLE color: 16737187.

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

Color convert

RGB 163 99 255 -
CMYK 0.36 0.61 0 0
HSL 264.62º 1% 0.69% -
HSV(B) 264.62º 0.61% 1% -
XYZ 37.62 23.93 97.24 -
YUV 135.92 195.2 147.32 -
System Red Green Blue C M Y K H S L
Decimal 163 99 255 0.36 0.61 0 0 264.62 1 0.69
Hex A3 63 FF 24 3D 0 0 109 64 45
Octal 243 143 377 44 75 0 0 411 144 105
Binary 10100011 1100011 11111111 100100 111101 0 0 100001001 1100100 1000101

Color Harmonies of #A363FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363FF

Black with #A363FF

Text Example


Text Example

White with #A363FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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