Html Css Color HEX #A165EC Medium Purple

📋 copy color: '#A165EC'

red 161 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #A165EC

Tints of Medium Purple #A165EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

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

R = 32.33%
G = 20.28%
B = 47.39%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A165EC (or 0xA165EC) is known color: Medium Purple. HEX triplet: A1, 65 and EC. RGB value is (161,101,236). Sum of RGB (Red+Green+Blue) = 161+101+236=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A165EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165EC is #5E9A13. Grayscale: #858585. Windows color (decimal): -6199828 or 15492513. OLE color: 15492513.

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

Color convert

RGB 161 101 236 -
CMYK 0.32 0.57 0 0.07
HSL 266.67º 0.78% 0.66% -
HSV(B) 266.67º 0.57% 0.93% -
XYZ 34.49 22.94 81.97 -
YUV 134.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 161 101 236 0.32 0.57 0 0.07 266.67 0.78 0.66
Hex A1 65 EC 20 39 0 7 10B 4E 42
Octal 241 145 354 40 71 0 7 413 116 102
Binary 10100001 1100101 11101100 100000 111001 0 111 100001011 1001110 1000010

Color Harmonies of #A165EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165EC

Black with #A165EC

Text Example


Text Example

White with #A165EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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