Html Css Color HEX #A16CFF Light Slate Blue

📋 copy color: '#A16CFF'

red 161 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #A16CFF

Tints of Light Slate Blue #A16CFF

RGB

 RED value IS 161 (63.28% from 255) = 30.73%

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 30.73%
G = 20.61%
B = 48.66%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A16CFF (or 0xA16CFF) is known color: Light Slate Blue. HEX triplet: A1, 6C and FF. RGB value is (161,108,255). Sum of RGB (Red+Green+Blue) = 161+108+255=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A16CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFF is #5E9300. Grayscale: #8C8C8C. Windows color (decimal): -6198017 or 16739489. OLE color: 16739489.

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

Color convert

RGB 161 108 255 -
CMYK 0.37 0.58 0 0
HSL 261.63º 1% 0.71% -
HSV(B) 261.63º 0.58% 1% -
XYZ 38.11 25.52 97.53 -
YUV 140.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 161 108 255 0.37 0.58 0 0 261.63 1 0.71
Hex A1 6C FF 25 3A 0 0 106 64 47
Octal 241 154 377 45 72 0 0 406 144 107
Binary 10100001 1101100 11111111 100101 111010 0 0 100000110 1100100 1000111

Color Harmonies of #A16CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CFF

Black with #A16CFF

Text Example


Text Example

White with #A16CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CFF; }

 p { color: rgb(161,108,255); }

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

background-color css

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

 a { background-color: rgb(161,108,255); }

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

border-color css

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

 span { border-color: rgb(161,108,255); }

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