Html Css Color HEX #A185EC Medium Purple

📋 copy color: '#A185EC'

red 161 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A185EC

Tints of Medium Purple #A185EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 30.38%
G = 25.09%
B = 44.53%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A185EC (or 0xA185EC) is known color: Medium Purple. HEX triplet: A1, 85 and EC. RGB value is (161,133,236). Sum of RGB (Red+Green+Blue) = 161+133+236=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A185EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185EC is #5E7A13. Grayscale: #989898. Windows color (decimal): -6191636 or 15500705. OLE color: 15500705.

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

Color convert

RGB 161 133 236 -
CMYK 0.32 0.44 0 0.07
HSL 256.31º 0.73% 0.72% -
HSV(B) 256.31º 0.44% 0.93% -
XYZ 38.23 30.41 83.21 -
YUV 153.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 161 133 236 0.32 0.44 0 0.07 256.31 0.73 0.72
Hex A1 85 EC 20 2C 0 7 100 49 48
Octal 241 205 354 40 54 0 7 400 111 110
Binary 10100001 10000101 11101100 100000 101100 0 111 100000000 1001001 1001000

Color Harmonies of #A185EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185EC

Black with #A185EC

Text Example


Text Example

White with #A185EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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