Html Css Color HEX #A175EC Medium Purple

📋 copy color: '#A175EC'

red 161 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A175EC

Tints of Medium Purple #A175EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.76%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 31.32%
G = 22.76%
B = 45.91%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A175EC (or 0xA175EC) is known color: Medium Purple. HEX triplet: A1, 75 and EC. RGB value is (161,117,236). Sum of RGB (Red+Green+Blue) = 161+117+236=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A175EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A175EC is #5E8A13. Grayscale: #8F8F8F. Windows color (decimal): -6195732 or 15496609. OLE color: 15496609.

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

Color convert

RGB 161 117 236 -
CMYK 0.32 0.50 0 0.07
HSL 262.18º 0.76% 0.69% -
HSV(B) 262.18º 0.5% 0.93% -
XYZ 36.2 26.36 82.54 -
YUV 143.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 161 117 236 0.32 0.50 0 0.07 262.18 0.76 0.69
Hex A1 75 EC 20 32 0 7 106 4C 45
Octal 241 165 354 40 62 0 7 406 114 105
Binary 10100001 1110101 11101100 100000 110010 0 111 100000110 1001100 1000101

Color Harmonies of #A175EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175EC

Black with #A175EC

Text Example


Text Example

White with #A175EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175EC; }

 p { color: rgb(161,117,236); }

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

background-color css

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

 a { background-color: rgb(161,117,236); }

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

border-color css

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

 span { border-color: rgb(161,117,236); }

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