Html Css Color HEX #A17FF9 Light Slate Blue

📋 copy color: '#A17FF9'

red 161 ◦ green 127 ◦ blue 249

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

Shades of Light Slate Blue #A17FF9

Tints of Light Slate Blue #A17FF9

RGB

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

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

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

R = 29.98%
G = 23.65%
B = 46.37%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17FF9 (or 0xA17FF9) is known color: Light Slate Blue. HEX triplet: A1, 7F and F9. RGB value is (161,127,249). Sum of RGB (Red+Green+Blue) = 161+127+249=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #A17FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF9 is #5E8006. Grayscale: #969696. Windows color (decimal): -6193159 or 16351137. OLE color: 16351137.

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

Color convert

RGB 161 127 249 -
CMYK 0.35 0.49 0 0.02
HSL 256.72º 0.91% 0.74% -
HSV(B) 256.72º 0.49% 0.98% -
XYZ 39.39 29.6 93.26 -
YUV 151.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 161 127 249 0.35 0.49 0 0.02 256.72 0.91 0.74
Hex A1 7F F9 23 31 0 2 101 5B 4A
Octal 241 177 371 43 61 0 2 401 133 112
Binary 10100001 1111111 11111001 100011 110001 0 10 100000001 1011011 1001010

Color Harmonies of #A17FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FF9

Black with #A17FF9

Text Example


Text Example

White with #A17FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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