Html Css Color HEX #A365FE Light Slate Blue

📋 copy color: '#A365FE'

red 163 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #A365FE

Tints of Light Slate Blue #A365FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.5%

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

R = 31.47%
G = 19.5%
B = 49.03%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A365FE (or 0xA365FE) is known color: Light Slate Blue. HEX triplet: A3, 65 and FE. RGB value is (163,101,254). Sum of RGB (Red+Green+Blue) = 163+101+254=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #A365FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365FE is #5C9A01. Grayscale: #888888. Windows color (decimal): -6068738 or 16672163. OLE color: 16672163.

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

Color convert

RGB 163 101 254 -
CMYK 0.36 0.60 0 0.00
HSL 264.31º 0.99% 0.7% -
HSV(B) 264.31º 0.6% 1% -
XYZ 37.65 24.25 96.46 -
YUV 136.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 163 101 254 0.36 0.60 0 0.00 264.31 0.99 0.7
Hex A3 65 FE 24 3C 0 0 108 63 46
Octal 243 145 376 44 74 0 0 410 143 106
Binary 10100011 1100101 11111110 100100 111100 0 0 100001000 1100011 1000110

Color Harmonies of #A365FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365FE

Black with #A365FE

Text Example


Text Example

White with #A365FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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