Html Css Color HEX #A084EE Medium Purple

📋 copy color: '#A084EE'

red 160 ◦ green 132 ◦ blue 238

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

Shades of Medium Purple #A084EE

Tints of Medium Purple #A084EE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.91%

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

R = 30.19%
G = 24.91%
B = 44.91%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A084EE (or 0xA084EE) is known color: Medium Purple. HEX triplet: A0, 84 and EE. RGB value is (160,132,238). Sum of RGB (Red+Green+Blue) = 160+132+238=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #A084EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084EE is #5F7B11. Grayscale: #989898. Windows color (decimal): -6257426 or 15631520. OLE color: 15631520.

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

Color convert

RGB 160 132 238 -
CMYK 0.33 0.45 0 0.07
HSL 255.85º 0.76% 0.73% -
HSV(B) 255.85º 0.45% 0.93% -
XYZ 38.18 30.15 84.7 -
YUV 152.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 160 132 238 0.33 0.45 0 0.07 255.85 0.76 0.73
Hex A0 84 EE 21 2D 0 7 100 4C 49
Octal 240 204 356 41 55 0 7 400 114 111
Binary 10100000 10000100 11101110 100001 101101 0 111 100000000 1001100 1001001

Color Harmonies of #A084EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084EE

Black with #A084EE

Text Example


Text Example

White with #A084EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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