Html Css Color HEX #A177FF Light Slate Blue

📋 copy color: '#A177FF'

red 161 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #A177FF

Tints of Light Slate Blue #A177FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.24%

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

R = 30.09%
G = 22.24%
B = 47.66%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A177FF (or 0xA177FF) is known color: Light Slate Blue. HEX triplet: A1, 77 and FF. RGB value is (161,119,255). Sum of RGB (Red+Green+Blue) = 161+119+255=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A177FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177FF is #5E8800. Grayscale: #929292. Windows color (decimal): -6195201 or 16742305. OLE color: 16742305.

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

Color convert

RGB 161 119 255 -
CMYK 0.37 0.53 0 0
HSL 258.53º 1% 0.73% -
HSV(B) 258.53º 0.53% 1% -
XYZ 39.34 27.99 97.94 -
YUV 147.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 161 119 255 0.37 0.53 0 0 258.53 1 0.73
Hex A1 77 FF 25 35 0 0 103 64 49
Octal 241 167 377 45 65 0 0 403 144 111
Binary 10100001 1110111 11111111 100101 110101 0 0 100000011 1100100 1001001

Color Harmonies of #A177FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177FF

Black with #A177FF

Text Example


Text Example

White with #A177FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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