Html Css Color HEX #A386FF Light Slate Blue

📋 copy color: '#A386FF'

red 163 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #A386FF

Tints of Light Slate Blue #A386FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.28%

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

R = 29.53%
G = 24.28%
B = 46.2%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A386FF (or 0xA386FF) is known color: Light Slate Blue. HEX triplet: A3, 86 and FF. RGB value is (163,134,255). Sum of RGB (Red+Green+Blue) = 163+134+255=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A386FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386FF is #5C7900. Grayscale: #9C9C9C. Windows color (decimal): -6060289 or 16746147. OLE color: 16746147.

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

Color convert

RGB 163 134 255 -
CMYK 0.36 0.47 0 0
HSL 254.38º 1% 0.76% -
HSV(B) 254.38º 0.47% 1% -
XYZ 41.68 32.06 98.6 -
YUV 156.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 163 134 255 0.36 0.47 0 0 254.38 1 0.76
Hex A3 86 FF 24 2F 0 0 FE 64 4C
Octal 243 206 377 44 57 0 0 376 144 114
Binary 10100011 10000110 11111111 100100 101111 0 0 11111110 1100100 1001100

Color Harmonies of #A386FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386FF

Black with #A386FF

Text Example


Text Example

White with #A386FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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