Html Css Color HEX #A396FF Light Slate Blue

📋 copy color: '#A396FF'

red 163 ◦ green 150 ◦ blue 255

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

Shades of Light Slate Blue #A396FF

Tints of Light Slate Blue #A396FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.41%

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

R = 28.7%
G = 26.41%
B = 44.89%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A396FF (or 0xA396FF) is known color: Light Slate Blue. HEX triplet: A3, 96 and FF. RGB value is (163,150,255). Sum of RGB (Red+Green+Blue) = 163+150+255=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A396FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396FF is #5C6900. Grayscale: #A5A5A5. Windows color (decimal): -6056193 or 16750243. OLE color: 16750243.

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

Color convert

RGB 163 150 255 -
CMYK 0.36 0.41 0 0
HSL 247.43º 1% 0.79% -
HSV(B) 247.43º 0.41% 1% -
XYZ 44.06 36.82 99.39 -
YUV 165.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 163 150 255 0.36 0.41 0 0 247.43 1 0.79
Hex A3 96 FF 24 29 0 0 F7 64 4F
Octal 243 226 377 44 51 0 0 367 144 117
Binary 10100011 10010110 11111111 100100 101001 0 0 11110111 1100100 1001111

Color Harmonies of #A396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396FF

Black with #A396FF

Text Example


Text Example

White with #A396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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