Html Css Color HEX #A16CFD Light Slate Blue

📋 copy color: '#A16CFD'

red 161 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #A16CFD

Tints of Light Slate Blue #A16CFD

RGB

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

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

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

R = 30.84%
G = 20.69%
B = 48.47%

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

#A16CFD (or 0xA16CFD) is known color: Light Slate Blue. HEX triplet: A1, 6C and FD. RGB value is (161,108,253). Sum of RGB (Red+Green+Blue) = 161+108+253=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A16CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFD is #5E9302. Grayscale: #8B8B8B. Windows color (decimal): -6198019 or 16608417. OLE color: 16608417.

HSL color Cylindrical-coordinate representation of color #A16CFD: hue angle of 261.93º 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 #A16CFD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 108 253 -
CMYK 0.36 0.57 0 0.01
HSL 261.93º 0.97% 0.71% -
HSV(B) 261.93º 0.57% 0.99% -
XYZ 37.79 25.39 95.84 -
YUV 140.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 161 108 253 0.36 0.57 0 0.01 261.93 0.97 0.71
Hex A1 6C FD 24 39 0 1 106 61 47
Octal 241 154 375 44 71 0 1 406 141 107
Binary 10100001 1101100 11111101 100100 111001 0 1 100000110 1100001 1000111

Color Harmonies of #A16CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CFD

Black with #A16CFD

Text Example


Text Example

White with #A16CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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