Html Css Color HEX #A178FA Light Slate Blue

📋 copy color: '#A178FA'

red 161 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #A178FA

Tints of Light Slate Blue #A178FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.6%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 30.32%
G = 22.6%
B = 47.08%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A178FA (or 0xA178FA) is known color: Light Slate Blue. HEX triplet: A1, 78 and FA. RGB value is (161,120,250). Sum of RGB (Red+Green+Blue) = 161+120+250=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A178FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178FA is #5E8705. Grayscale: #929292. Windows color (decimal): -6194950 or 16414881. OLE color: 16414881.

HSL color Cylindrical-coordinate representation of color #A178FA: hue angle of 258.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A178FA is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 120 250 -
CMYK 0.36 0.52 0 0.02
HSL 258.92º 0.93% 0.73% -
HSV(B) 258.92º 0.52% 0.98% -
XYZ 38.67 27.91 93.79 -
YUV 147.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 161 120 250 0.36 0.52 0 0.02 258.92 0.93 0.73
Hex A1 78 FA 24 34 0 2 103 5D 49
Octal 241 170 372 44 64 0 2 403 135 111
Binary 10100001 1111000 11111010 100100 110100 0 10 100000011 1011101 1001001

Color Harmonies of #A178FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178FA

Black with #A178FA

Text Example


Text Example

White with #A178FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178FA; }

 p { color: rgb(161,120,250); }

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

background-color css

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

 a { background-color: rgb(161,120,250); }

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

border-color css

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

 span { border-color: rgb(161,120,250); }

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