Html Css Color HEX #A16DFD Light Slate Blue

📋 copy color: '#A16DFD'

red 161 ◦ green 109 ◦ blue 253

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

Shades of Light Slate Blue #A16DFD

Tints of Light Slate Blue #A16DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.84%

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

R = 30.78%
G = 20.84%
B = 48.37%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A16DFD (or 0xA16DFD) is known color: Light Slate Blue. HEX triplet: A1, 6D and FD. RGB value is (161,109,253). Sum of RGB (Red+Green+Blue) = 161+109+253=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A16DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DFD is #5E9202. Grayscale: #8C8C8C. Windows color (decimal): -6197763 or 16608673. OLE color: 16608673.

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

Color convert

RGB 161 109 253 -
CMYK 0.36 0.57 0 0.01
HSL 261.67º 0.97% 0.71% -
HSV(B) 261.67º 0.57% 0.99% -
XYZ 37.9 25.61 95.87 -
YUV 140.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 161 109 253 0.36 0.57 0 0.01 261.67 0.97 0.71
Hex A1 6D FD 24 39 0 1 106 61 47
Octal 241 155 375 44 71 0 1 406 141 107
Binary 10100001 1101101 11111101 100100 111001 0 1 100000110 1100001 1000111

Color Harmonies of #A16DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DFD

Black with #A16DFD

Text Example


Text Example

White with #A16DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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