Html Css Color HEX #A364FE Light Slate Blue

📋 copy color: '#A364FE'

red 163 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #A364FE

Tints of Light Slate Blue #A364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.34%

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

R = 31.53%
G = 19.34%
B = 49.13%

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

#A364FE (or 0xA364FE) is known color: Light Slate Blue. HEX triplet: A3, 64 and FE. RGB value is (163,100,254). Sum of RGB (Red+Green+Blue) = 163+100+254=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #A364FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364FE is #5C9B01. Grayscale: #878787. Windows color (decimal): -6068994 or 16671907. OLE color: 16671907.

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

Color convert

RGB 163 100 254 -
CMYK 0.36 0.61 0 0.00
HSL 264.55º 0.99% 0.69% -
HSV(B) 264.55º 0.61% 1% -
XYZ 37.55 24.06 96.43 -
YUV 136.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 163 100 254 0.36 0.61 0 0.00 264.55 0.99 0.69
Hex A3 64 FE 24 3D 0 0 109 63 45
Octal 243 144 376 44 75 0 0 411 143 105
Binary 10100011 1100100 11111110 100100 111101 0 0 100001001 1100011 1000101

Color Harmonies of #A364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364FE

Black with #A364FE

Text Example


Text Example

White with #A364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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