Html Css Color HEX #A17EFB Light Slate Blue

📋 copy color: '#A17EFB'

red 161 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #A17EFB

Tints of Light Slate Blue #A17EFB

RGB

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

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

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

R = 29.93%
G = 23.42%
B = 46.65%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17EFB (or 0xA17EFB) is known color: Light Slate Blue. HEX triplet: A1, 7E and FB. RGB value is (161,126,251). Sum of RGB (Red+Green+Blue) = 161+126+251=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EFB is #5E8104. Grayscale: #969696. Windows color (decimal): -6193413 or 16481953. OLE color: 16481953.

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

Color convert

RGB 161 126 251 -
CMYK 0.36 0.50 0 0.02
HSL 256.8º 0.94% 0.74% -
HSV(B) 256.8º 0.5% 0.98% -
XYZ 39.57 29.46 94.87 -
YUV 150.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 161 126 251 0.36 0.50 0 0.02 256.8 0.94 0.74
Hex A1 7E FB 24 32 0 2 101 5E 4A
Octal 241 176 373 44 62 0 2 401 136 112
Binary 10100001 1111110 11111011 100100 110010 0 10 100000001 1011110 1001010

Color Harmonies of #A17EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EFB

Black with #A17EFB

Text Example


Text Example

White with #A17EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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