Html Css Color HEX #A36FFF Light Slate Blue

📋 copy color: '#A36FFF'

red 163 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #A36FFF

Tints of Light Slate Blue #A36FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

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

R = 30.81%
G = 20.98%
B = 48.2%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A36FFF (or 0xA36FFF) is known color: Light Slate Blue. HEX triplet: A3, 6F and FF. RGB value is (163,111,255). Sum of RGB (Red+Green+Blue) = 163+111+255=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A36FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FFF is #5C9000. Grayscale: #8E8E8E. Windows color (decimal): -6066177 or 16740259. OLE color: 16740259.

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

Color convert

RGB 163 111 255 -
CMYK 0.36 0.56 0 0
HSL 261.67º 1% 0.72% -
HSV(B) 261.67º 0.56% 1% -
XYZ 38.84 26.38 97.65 -
YUV 142.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 163 111 255 0.36 0.56 0 0 261.67 1 0.72
Hex A3 6F FF 24 38 0 0 106 64 48
Octal 243 157 377 44 70 0 0 406 144 110
Binary 10100011 1101111 11111111 100100 111000 0 0 100000110 1100100 1001000

Color Harmonies of #A36FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FFF

Black with #A36FFF

Text Example


Text Example

White with #A36FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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