Html Css Color HEX #A174ED Medium Purple

📋 copy color: '#A174ED'

red 161 ◦ green 116 ◦ blue 237

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

Shades of Medium Purple #A174ED

Tints of Medium Purple #A174ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 31.32%
G = 22.57%
B = 46.11%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A174ED (or 0xA174ED) is known color: Medium Purple. HEX triplet: A1, 74 and ED. RGB value is (161,116,237). Sum of RGB (Red+Green+Blue) = 161+116+237=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A174ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174ED is #5E8B12. Grayscale: #8E8E8E. Windows color (decimal): -6195987 or 15561889. OLE color: 15561889.

HSL color Cylindrical-coordinate representation of color #A174ED: hue angle of 262.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A174ED is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 116 237 -
CMYK 0.32 0.51 0 0.07
HSL 262.31º 0.77% 0.69% -
HSV(B) 262.31º 0.51% 0.93% -
XYZ 36.23 26.18 83.26 -
YUV 143.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 161 116 237 0.32 0.51 0 0.07 262.31 0.77 0.69
Hex A1 74 ED 20 33 0 7 106 4D 45
Octal 241 164 355 40 63 0 7 406 115 105
Binary 10100001 1110100 11101101 100000 110011 0 111 100000110 1001101 1000101

Color Harmonies of #A174ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174ED

Black with #A174ED

Text Example


Text Example

White with #A174ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174ED; }

 p { color: rgb(161,116,237); }

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

background-color css

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

 a { background-color: rgb(161,116,237); }

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

border-color css

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

 span { border-color: rgb(161,116,237); }

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