Html Css Color HEX #A084DF Medium Purple

📋 copy color: '#A084DF'

red 160 ◦ green 132 ◦ blue 223

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

Shades of Medium Purple #A084DF

Tints of Medium Purple #A084DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 31.07%
G = 25.63%
B = 43.3%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A084DF (or 0xA084DF) is known color: Medium Purple. HEX triplet: A0, 84 and DF. RGB value is (160,132,223). Sum of RGB (Red+Green+Blue) = 160+132+223=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084DF is #5F7B20. Grayscale: #969696. Windows color (decimal): -6257441 or 14648480. OLE color: 14648480.

HSL color Cylindrical-coordinate representation of color #A084DF: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A084DF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 132 223 -
CMYK 0.28 0.41 0 0.13
HSL 258.46º 0.59% 0.7% -
HSV(B) 258.46º 0.41% 0.87% -
XYZ 36.07 29.3 73.57 -
YUV 150.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 160 132 223 0.28 0.41 0 0.13 258.46 0.59 0.7
Hex A0 84 DF 1C 29 0 D 102 3B 46
Octal 240 204 337 34 51 0 15 402 73 106
Binary 10100000 10000100 11011111 11100 101001 0 1101 100000010 111011 1000110

Color Harmonies of #A084DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084DF

Black with #A084DF

Text Example


Text Example

White with #A084DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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