Html Css Color HEX #A173FF Light Slate Blue

📋 copy color: '#A173FF'

red 161 ◦ green 115 ◦ blue 255

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

Shades of Light Slate Blue #A173FF

Tints of Light Slate Blue #A173FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 30.32%
G = 21.66%
B = 48.02%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A173FF (or 0xA173FF) is known color: Light Slate Blue. HEX triplet: A1, 73 and FF. RGB value is (161,115,255). Sum of RGB (Red+Green+Blue) = 161+115+255=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A173FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173FF is #5E8C00. Grayscale: #909090. Windows color (decimal): -6196225 or 16741281. OLE color: 16741281.

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

Color convert

RGB 161 115 255 -
CMYK 0.37 0.55 0 0
HSL 259.71º 1% 0.73% -
HSV(B) 259.71º 0.55% 1% -
XYZ 38.88 27.06 97.78 -
YUV 144.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 161 115 255 0.37 0.55 0 0 259.71 1 0.73
Hex A1 73 FF 25 37 0 0 104 64 49
Octal 241 163 377 45 67 0 0 404 144 111
Binary 10100001 1110011 11111111 100101 110111 0 0 100000100 1100100 1001001

Color Harmonies of #A173FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173FF

Black with #A173FF

Text Example


Text Example

White with #A173FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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