Html Css Color HEX #A16AFD Light Slate Blue

📋 copy color: '#A16AFD'

red 161 ◦ green 106 ◦ blue 253

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

Shades of Light Slate Blue #A16AFD

Tints of Light Slate Blue #A16AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.38%

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

R = 30.96%
G = 20.38%
B = 48.65%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A16AFD (or 0xA16AFD) is known color: Light Slate Blue. HEX triplet: A1, 6A and FD. RGB value is (161,106,253). Sum of RGB (Red+Green+Blue) = 161+106+253=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A16AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AFD is #5E9502. Grayscale: #8A8A8A. Windows color (decimal): -6198531 or 16607905. OLE color: 16607905.

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

Color convert

RGB 161 106 253 -
CMYK 0.36 0.58 0 0.01
HSL 262.45º 0.97% 0.7% -
HSV(B) 262.45º 0.58% 0.99% -
XYZ 37.58 24.98 95.77 -
YUV 139.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 161 106 253 0.36 0.58 0 0.01 262.45 0.97 0.7
Hex A1 6A FD 24 3A 0 1 106 61 46
Octal 241 152 375 44 72 0 1 406 141 106
Binary 10100001 1101010 11111101 100100 111010 0 1 100000110 1100001 1000110

Color Harmonies of #A16AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AFD

Black with #A16AFD

Text Example


Text Example

White with #A16AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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