Html Css Color HEX #A17FFE Light Slate Blue

📋 copy color: '#A17FFE'

red 161 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #A17FFE

Tints of Light Slate Blue #A17FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 29.7%
G = 23.43%
B = 46.86%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A17FFE (or 0xA17FFE) is known color: Light Slate Blue. HEX triplet: A1, 7F and FE. RGB value is (161,127,254). Sum of RGB (Red+Green+Blue) = 161+127+254=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #A17FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFE is #5E8001. Grayscale: #979797. Windows color (decimal): -6193154 or 16678817. OLE color: 16678817.

HSL color Cylindrical-coordinate representation of color #A17FFE: hue angle of 256.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17FFE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 127 254 -
CMYK 0.37 0.50 0 0.00
HSL 256.06º 0.98% 0.75% -
HSV(B) 256.06º 0.5% 1% -
XYZ 40.18 29.91 97.42 -
YUV 151.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 161 127 254 0.37 0.50 0 0.00 256.06 0.98 0.75
Hex A1 7F FE 25 32 0 0 100 62 4B
Octal 241 177 376 45 62 0 0 400 142 113
Binary 10100001 1111111 11111110 100101 110010 0 0 100000000 1100010 1001011

Color Harmonies of #A17FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FFE

Black with #A17FFE

Text Example


Text Example

White with #A17FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FFE; }

 p { color: rgb(161,127,254); }

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

background-color css

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

 a { background-color: rgb(161,127,254); }

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

border-color css

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

 span { border-color: rgb(161,127,254); }

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