Html Css Color HEX #A17EF8 Light Slate Blue

📋 copy color: '#A17EF8'

red 161 ◦ green 126 ◦ blue 248

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

Shades of Light Slate Blue #A17EF8

Tints of Light Slate Blue #A17EF8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

 BLUE value IS 248 (97.27% from 255) = 46.36%

R = 30.09%
G = 23.55%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A17EF8 (or 0xA17EF8) is known color: Light Slate Blue. HEX triplet: A1, 7E and F8. RGB value is (161,126,248). Sum of RGB (Red+Green+Blue) = 161+126+248=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #A17EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EF8 is #5E8107. Grayscale: #959595. Windows color (decimal): -6193416 or 16285345. OLE color: 16285345.

HSL color Cylindrical-coordinate representation of color #A17EF8: hue angle of 257.21º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17EF8 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 126 248 -
CMYK 0.35 0.49 0 0.03
HSL 257.21º 0.9% 0.73% -
HSV(B) 257.21º 0.49% 0.97% -
XYZ 39.1 29.28 92.4 -
YUV 150.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 161 126 248 0.35 0.49 0 0.03 257.21 0.9 0.73
Hex A1 7E F8 23 31 0 3 101 5A 49
Octal 241 176 370 43 61 0 3 401 132 111
Binary 10100001 1111110 11111000 100011 110001 0 11 100000001 1011010 1001001

Color Harmonies of #A17EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EF8

Black with #A17EF8

Text Example


Text Example

White with #A17EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EF8; }

 p { color: rgb(161,126,248); }

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

background-color css

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

 a { background-color: rgb(161,126,248); }

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

border-color css

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

 span { border-color: rgb(161,126,248); }

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