Html Css Color HEX #A16CFC Light Slate Blue

📋 copy color: '#A16CFC'

red 161 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #A16CFC

Tints of Light Slate Blue #A16CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 30.9%
G = 20.73%
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

#A16CFC (or 0xA16CFC) is known color: Light Slate Blue. HEX triplet: A1, 6C and FC. RGB value is (161,108,252). Sum of RGB (Red+Green+Blue) = 161+108+252=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #A16CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFC is #5E9303. Grayscale: #8B8B8B. Windows color (decimal): -6198020 or 16542881. OLE color: 16542881.

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

Color convert

RGB 161 108 252 -
CMYK 0.36 0.57 0 0.01
HSL 262.08º 0.96% 0.71% -
HSV(B) 262.08º 0.57% 0.99% -
XYZ 37.63 25.33 95 -
YUV 140.26 191.06 142.79 -
System Red Green Blue C M Y K H S L
Decimal 161 108 252 0.36 0.57 0 0.01 262.08 0.96 0.71
Hex A1 6C FC 24 39 0 1 106 60 47
Octal 241 154 374 44 71 0 1 406 140 107
Binary 10100001 1101100 11111100 100100 111001 0 1 100000110 1100000 1000111

Color Harmonies of #A16CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CFC

Black with #A16CFC

Text Example


Text Example

White with #A16CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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