Html Css Color HEX #A185EE Medium Purple

📋 copy color: '#A185EE'

red 161 ◦ green 133 ◦ blue 238

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

Shades of Medium Purple #A185EE

Tints of Medium Purple #A185EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 30.26%
G = 25%
B = 44.74%

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

#A185EE (or 0xA185EE) is known color: Medium Purple. HEX triplet: A1, 85 and EE. RGB value is (161,133,238). Sum of RGB (Red+Green+Blue) = 161+133+238=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A185EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185EE is #5E7A11. Grayscale: #989898. Windows color (decimal): -6191634 or 15631777. OLE color: 15631777.

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

Color convert

RGB 161 133 238 -
CMYK 0.32 0.44 0 0.07
HSL 256º 0.76% 0.73% -
HSV(B) 256º 0.44% 0.93% -
XYZ 38.52 30.53 84.75 -
YUV 153.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 161 133 238 0.32 0.44 0 0.07 256 0.76 0.73
Hex A1 85 EE 20 2C 0 7 100 4C 49
Octal 241 205 356 40 54 0 7 400 114 111
Binary 10100001 10000101 11101110 100000 101100 0 111 100000000 1001100 1001001

Color Harmonies of #A185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185EE

Black with #A185EE

Text Example


Text Example

White with #A185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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