Html Css Color HEX #A084EC Medium Purple

📋 copy color: '#A084EC'

red 160 ◦ green 132 ◦ blue 236

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

Shades of Medium Purple #A084EC

Tints of Medium Purple #A084EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 30.3%
G = 25%
B = 44.7%

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

#A084EC (or 0xA084EC) is known color: Medium Purple. HEX triplet: A0, 84 and EC. RGB value is (160,132,236). Sum of RGB (Red+Green+Blue) = 160+132+236=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A084EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084EC is #5F7B13. Grayscale: #979797. Windows color (decimal): -6257428 or 15500448. OLE color: 15500448.

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

Color convert

RGB 160 132 236 -
CMYK 0.32 0.44 0 0.07
HSL 256.15º 0.73% 0.72% -
HSV(B) 256.15º 0.44% 0.93% -
XYZ 37.89 30.03 83.16 -
YUV 152.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 160 132 236 0.32 0.44 0 0.07 256.15 0.73 0.72
Hex A0 84 EC 20 2C 0 7 100 49 48
Octal 240 204 354 40 54 0 7 400 111 110
Binary 10100000 10000100 11101100 100000 101100 0 111 100000000 1001001 1001000

Color Harmonies of #A084EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084EC

Black with #A084EC

Text Example


Text Example

White with #A084EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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