Html Css Color HEX #A17CF9 Light Slate Blue

📋 copy color: '#A17CF9'

red 161 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #A17CF9

Tints of Light Slate Blue #A17CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 30.15%
G = 23.22%
B = 46.63%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17CF9 (or 0xA17CF9) is known color: Light Slate Blue. HEX triplet: A1, 7C and F9. RGB value is (161,124,249). Sum of RGB (Red+Green+Blue) = 161+124+249=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #A17CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CF9 is #5E8306. Grayscale: #949494. Windows color (decimal): -6193927 or 16350369. OLE color: 16350369.

HSL color Cylindrical-coordinate representation of color #A17CF9: hue angle of 257.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17CF9 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 124 249 -
CMYK 0.35 0.50 0 0.02
HSL 257.76º 0.91% 0.73% -
HSV(B) 257.76º 0.5% 0.98% -
XYZ 39 28.83 93.13 -
YUV 149.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 161 124 249 0.35 0.50 0 0.02 257.76 0.91 0.73
Hex A1 7C F9 23 32 0 2 102 5B 49
Octal 241 174 371 43 62 0 2 402 133 111
Binary 10100001 1111100 11111001 100011 110010 0 10 100000010 1011011 1001001

Color Harmonies of #A17CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CF9

Black with #A17CF9

Text Example


Text Example

White with #A17CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CF9; }

 p { color: rgb(161,124,249); }

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

background-color css

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

 a { background-color: rgb(161,124,249); }

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

border-color css

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

 span { border-color: rgb(161,124,249); }

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