Html Css Color HEX #A179FE Light Slate Blue

📋 copy color: '#A179FE'

red 161 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #A179FE

Tints of Light Slate Blue #A179FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.57%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 30.04%
G = 22.57%
B = 47.39%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A179FE (or 0xA179FE) is known color: Light Slate Blue. HEX triplet: A1, 79 and FE. RGB value is (161,121,254). Sum of RGB (Red+Green+Blue) = 161+121+254=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A179FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179FE is #5E8601. Grayscale: #939393. Windows color (decimal): -6194690 or 16677281. OLE color: 16677281.

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

Color convert

RGB 161 121 254 -
CMYK 0.37 0.52 0 0.00
HSL 258.05º 0.99% 0.74% -
HSV(B) 258.05º 0.52% 1% -
XYZ 39.42 28.41 97.17 -
YUV 148.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 161 121 254 0.37 0.52 0 0.00 258.05 0.99 0.74
Hex A1 79 FE 25 34 0 0 102 63 4A
Octal 241 171 376 45 64 0 0 402 143 112
Binary 10100001 1111001 11111110 100101 110100 0 0 100000010 1100011 1001010

Color Harmonies of #A179FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179FE

Black with #A179FE

Text Example


Text Example

White with #A179FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179FE; }

 p { color: rgb(161,121,254); }

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

background-color css

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

 a { background-color: rgb(161,121,254); }

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

border-color css

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

 span { border-color: rgb(161,121,254); }

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