Html Css Color HEX #A179F8 Medium Purple

📋 copy color: '#A179F8'

red 161 ◦ green 121 ◦ blue 248

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

Shades of Medium Purple #A179F8

Tints of Medium Purple #A179F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.79%

R = 30.38%
G = 22.83%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A179F8 (or 0xA179F8) is known color: Medium Purple. HEX triplet: A1, 79 and F8. RGB value is (161,121,248). Sum of RGB (Red+Green+Blue) = 161+121+248=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #A179F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179F8 is #5E8607. Grayscale: #929292. Windows color (decimal): -6194696 or 16284065. OLE color: 16284065.

HSL color Cylindrical-coordinate representation of color #A179F8: hue angle of 258.9º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A179F8 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 121 248 -
CMYK 0.35 0.51 0 0.03
HSL 258.9º 0.9% 0.72% -
HSV(B) 258.9º 0.51% 0.97% -
XYZ 38.48 28.03 92.19 -
YUV 147.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 161 121 248 0.35 0.51 0 0.03 258.9 0.9 0.72
Hex A1 79 F8 23 33 0 3 103 5A 48
Octal 241 171 370 43 63 0 3 403 132 110
Binary 10100001 1111001 11111000 100011 110011 0 11 100000011 1011010 1001000

Color Harmonies of #A179F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179F8

Black with #A179F8

Text Example


Text Example

White with #A179F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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