Html Css Color HEX #A084EB Medium Purple

📋 copy color: '#A084EB'

red 160 ◦ green 132 ◦ blue 235

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

Shades of Medium Purple #A084EB

Tints of Medium Purple #A084EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 30.36%
G = 25.05%
B = 44.59%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A084EB (or 0xA084EB) is known color: Medium Purple. HEX triplet: A0, 84 and EB. RGB value is (160,132,235). Sum of RGB (Red+Green+Blue) = 160+132+235=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #A084EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084EB is #5F7B14. Grayscale: #979797. Windows color (decimal): -6257429 or 15434912. OLE color: 15434912.

HSL color Cylindrical-coordinate representation of color #A084EB: hue angle of 256.31º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A084EB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 132 235 -
CMYK 0.32 0.44 0 0.08
HSL 256.31º 0.72% 0.72% -
HSV(B) 256.31º 0.44% 0.92% -
XYZ 37.74 29.97 82.39 -
YUV 152.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 160 132 235 0.32 0.44 0 0.08 256.31 0.72 0.72
Hex A0 84 EB 20 2C 0 8 100 48 48
Octal 240 204 353 40 54 0 10 400 110 110
Binary 10100000 10000100 11101011 100000 101100 0 1000 100000000 1001000 1001000

Color Harmonies of #A084EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084EB

Black with #A084EB

Text Example


Text Example

White with #A084EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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