Html Css Color HEX #A16FFD Light Slate Blue

📋 copy color: '#A16FFD'

red 161 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #A16FFD

Tints of Light Slate Blue #A16FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 30.67%
G = 21.14%
B = 48.19%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A16FFD (or 0xA16FFD) is known color: Light Slate Blue. HEX triplet: A1, 6F and FD. RGB value is (161,111,253). Sum of RGB (Red+Green+Blue) = 161+111+253=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #A16FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FFD is #5E9002. Grayscale: #8D8D8D. Windows color (decimal): -6197251 or 16609185. OLE color: 16609185.

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

Color convert

RGB 161 111 253 -
CMYK 0.36 0.56 0 0.01
HSL 261.13º 0.97% 0.71% -
HSV(B) 261.13º 0.56% 0.99% -
XYZ 38.11 26.04 95.95 -
YUV 142.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 161 111 253 0.36 0.56 0 0.01 261.13 0.97 0.71
Hex A1 6F FD 24 38 0 1 105 61 47
Octal 241 157 375 44 70 0 1 405 141 107
Binary 10100001 1101111 11111101 100100 111000 0 1 100000101 1100001 1000111

Color Harmonies of #A16FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FFD

Black with #A16FFD

Text Example


Text Example

White with #A16FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FFD; }

 p { color: rgb(161,111,253); }

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

background-color css

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

 a { background-color: rgb(161,111,253); }

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

border-color css

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

 span { border-color: rgb(161,111,253); }

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