Html Css Color HEX #A174E8 Medium Purple

📋 copy color: '#A174E8'

red 161 ◦ green 116 ◦ blue 232

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

Shades of Medium Purple #A174E8

Tints of Medium Purple #A174E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 31.63%
G = 22.79%
B = 45.58%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A174E8 (or 0xA174E8) is known color: Medium Purple. HEX triplet: A1, 74 and E8. RGB value is (161,116,232). Sum of RGB (Red+Green+Blue) = 161+116+232=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #A174E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174E8 is #5E8B17. Grayscale: #8E8E8E. Windows color (decimal): -6195992 or 15234209. OLE color: 15234209.

HSL color Cylindrical-coordinate representation of color #A174E8: hue angle of 263.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A174E8 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 116 232 -
CMYK 0.31 0.50 0 0.09
HSL 263.28º 0.72% 0.68% -
HSV(B) 263.28º 0.5% 0.91% -
XYZ 35.51 25.89 79.47 -
YUV 142.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 161 116 232 0.31 0.50 0 0.09 263.28 0.72 0.68
Hex A1 74 E8 1F 32 0 9 107 48 44
Octal 241 164 350 37 62 0 11 407 110 104
Binary 10100001 1110100 11101000 11111 110010 0 1001 100000111 1001000 1000100

Color Harmonies of #A174E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174E8

Black with #A174E8

Text Example


Text Example

White with #A174E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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