Html Css Color HEX #A185DD Medium Purple

📋 copy color: '#A185DD'

red 161 ◦ green 133 ◦ blue 221

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

Shades of Medium Purple #A185DD

Tints of Medium Purple #A185DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 31.26%
G = 25.83%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A185DD (or 0xA185DD) is known color: Medium Purple. HEX triplet: A1, 85 and DD. RGB value is (161,133,221). Sum of RGB (Red+Green+Blue) = 161+133+221=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A185DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DD is #5E7A22. Grayscale: #979797. Windows color (decimal): -6191651 or 14517665. OLE color: 14517665.

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

Color convert

RGB 161 133 221 -
CMYK 0.27 0.40 0 0.13
HSL 259.09º 0.56% 0.69% -
HSV(B) 259.09º 0.4% 0.87% -
XYZ 36.14 29.57 72.21 -
YUV 151.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 161 133 221 0.27 0.40 0 0.13 259.09 0.56 0.69
Hex A1 85 DD 1B 28 0 D 103 38 45
Octal 241 205 335 33 50 0 15 403 70 105
Binary 10100001 10000101 11011101 11011 101000 0 1101 100000011 111000 1000101

Color Harmonies of #A185DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185DD

Black with #A185DD

Text Example


Text Example

White with #A185DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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