Html Css Color HEX #A366FF Light Slate Blue

📋 copy color: '#A366FF'

red 163 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #A366FF

Tints of Light Slate Blue #A366FF

RGB

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

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

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

R = 31.35%
G = 19.62%
B = 49.04%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A366FF (or 0xA366FF) is known color: Light Slate Blue. HEX triplet: A3, 66 and FF. RGB value is (163,102,255). Sum of RGB (Red+Green+Blue) = 163+102+255=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A366FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366FF is #5C9900. Grayscale: #898989. Windows color (decimal): -6068481 or 16737955. OLE color: 16737955.

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

Color convert

RGB 163 102 255 -
CMYK 0.36 0.6 0 0
HSL 263.92º 1% 0.7% -
HSV(B) 263.92º 0.6% 1% -
XYZ 37.91 24.51 97.34 -
YUV 137.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 163 102 255 0.36 0.6 0 0 263.92 1 0.7
Hex A3 66 FF 24 3C 0 0 108 64 46
Octal 243 146 377 44 74 0 0 410 144 106
Binary 10100011 1100110 11111111 100100 111100 0 0 100001000 1100100 1000110

Color Harmonies of #A366FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366FF

Black with #A366FF

Text Example


Text Example

White with #A366FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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