Html Css Color HEX #A17FFF Light Slate Blue

📋 copy color: '#A17FFF'

red 161 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #A17FFF

Tints of Light Slate Blue #A17FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 29.65%
G = 23.39%
B = 46.96%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A17FFF (or 0xA17FFF) is known color: Light Slate Blue. HEX triplet: A1, 7F and FF. RGB value is (161,127,255). Sum of RGB (Red+Green+Blue) = 161+127+255=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFF is #5E8000. Grayscale: #979797. Windows color (decimal): -6193153 or 16744353. OLE color: 16744353.

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

Color convert

RGB 161 127 255 -
CMYK 0.37 0.50 0 0
HSL 255.94º 1% 0.75% -
HSV(B) 255.94º 0.5% 1% -
XYZ 40.34 29.98 98.27 -
YUV 151.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 161 127 255 0.37 0.50 0 0 255.94 1 0.75
Hex A1 7F FF 25 32 0 0 100 64 4B
Octal 241 177 377 45 62 0 0 400 144 113
Binary 10100001 1111111 11111111 100101 110010 0 0 100000000 1100100 1001011

Color Harmonies of #A17FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FFF

Black with #A17FFF

Text Example


Text Example

White with #A17FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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