Html Css Color HEX #A366FE Light Slate Blue

📋 copy color: '#A366FE'

red 163 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #A366FE

Tints of Light Slate Blue #A366FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.65%

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

R = 31.41%
G = 19.65%
B = 48.94%

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

#A366FE (or 0xA366FE) is known color: Light Slate Blue. HEX triplet: A3, 66 and FE. RGB value is (163,102,254). Sum of RGB (Red+Green+Blue) = 163+102+254=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A366FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366FE is #5C9901. Grayscale: #898989. Windows color (decimal): -6068482 or 16672419. OLE color: 16672419.

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

Color convert

RGB 163 102 254 -
CMYK 0.36 0.60 0 0.00
HSL 264.08º 0.99% 0.7% -
HSV(B) 264.08º 0.6% 1% -
XYZ 37.75 24.45 96.49 -
YUV 137.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 163 102 254 0.36 0.60 0 0.00 264.08 0.99 0.7
Hex A3 66 FE 24 3C 0 0 108 63 46
Octal 243 146 376 44 74 0 0 410 143 106
Binary 10100011 1100110 11111110 100100 111100 0 0 100001000 1100011 1000110

Color Harmonies of #A366FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366FE

Black with #A366FE

Text Example


Text Example

White with #A366FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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