Html Css Color HEX #A085EE Medium Purple

📋 copy color: '#A085EE'

red 160 ◦ green 133 ◦ blue 238

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

Shades of Medium Purple #A085EE

Tints of Medium Purple #A085EE

RGB

 RED value IS 160 (62.89% from 255) = 30.13%

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

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

R = 30.13%
G = 25.05%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A085EE (or 0xA085EE) is known color: Medium Purple. HEX triplet: A0, 85 and EE. RGB value is (160,133,238). Sum of RGB (Red+Green+Blue) = 160+133+238=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #A085EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085EE is #5F7A11. Grayscale: #989898. Windows color (decimal): -6257170 or 15631776. OLE color: 15631776.

HSL color Cylindrical-coordinate representation of color #A085EE: hue angle of 255.43º 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 #A085EE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 133 238 -
CMYK 0.33 0.44 0 0.07
HSL 255.43º 0.76% 0.73% -
HSV(B) 255.43º 0.44% 0.93% -
XYZ 38.32 30.42 84.74 -
YUV 153.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 160 133 238 0.33 0.44 0 0.07 255.43 0.76 0.73
Hex A0 85 EE 21 2C 0 7 FF 4C 49
Octal 240 205 356 41 54 0 7 377 114 111
Binary 10100000 10000101 11101110 100001 101100 0 111 11111111 1001100 1001001

Color Harmonies of #A085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085EE

Black with #A085EE

Text Example


Text Example

White with #A085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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