Html Css Color HEX #A16FFB Light Slate Blue

📋 copy color: '#A16FFB'

red 161 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #A16FFB

Tints of Light Slate Blue #A16FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 30.78%
G = 21.22%
B = 47.99%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A16FFB (or 0xA16FFB) is known color: Light Slate Blue. HEX triplet: A1, 6F and FB. RGB value is (161,111,251). Sum of RGB (Red+Green+Blue) = 161+111+251=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #A16FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FFB is #5E9004. Grayscale: #8D8D8D. Windows color (decimal): -6197253 or 16478113. OLE color: 16478113.

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

Color convert

RGB 161 111 251 -
CMYK 0.36 0.56 0 0.02
HSL 261.43º 0.95% 0.71% -
HSV(B) 261.43º 0.56% 0.98% -
XYZ 37.79 25.91 94.28 -
YUV 141.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 161 111 251 0.36 0.56 0 0.02 261.43 0.95 0.71
Hex A1 6F FB 24 38 0 2 105 5F 47
Octal 241 157 373 44 70 0 2 405 137 107
Binary 10100001 1101111 11111011 100100 111000 0 10 100000101 1011111 1000111

Color Harmonies of #A16FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FFB

Black with #A16FFB

Text Example


Text Example

White with #A16FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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