Html Css Color HEX #A185DF Medium Purple

📋 copy color: '#A185DF'

red 161 ◦ green 133 ◦ blue 223

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

Shades of Medium Purple #A185DF

Tints of Medium Purple #A185DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 31.14%
G = 25.73%
B = 43.13%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A185DF (or 0xA185DF) is known color: Medium Purple. HEX triplet: A1, 85 and DF. RGB value is (161,133,223). Sum of RGB (Red+Green+Blue) = 161+133+223=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A185DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DF is #5E7A20. Grayscale: #979797. Windows color (decimal): -6191649 or 14648737. OLE color: 14648737.

HSL color Cylindrical-coordinate representation of color #A185DF: hue angle of 258.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A185DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 133 223 -
CMYK 0.28 0.40 0 0.13
HSL 258.67º 0.58% 0.7% -
HSV(B) 258.67º 0.4% 0.87% -
XYZ 36.4 29.68 73.62 -
YUV 151.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 161 133 223 0.28 0.40 0 0.13 258.67 0.58 0.7
Hex A1 85 DF 1C 28 0 D 103 3A 46
Octal 241 205 337 34 50 0 15 403 72 106
Binary 10100001 10000101 11011111 11100 101000 0 1101 100000011 111010 1000110

Color Harmonies of #A185DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185DF

Black with #A185DF

Text Example


Text Example

White with #A185DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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