Html Css Color HEX #A484EF Medium Purple

📋 copy color: '#A484EF'

red 164 ◦ green 132 ◦ blue 239

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

Shades of Medium Purple #A484EF

Tints of Medium Purple #A484EF

RGB

 RED value IS 164 (64.45% from 255) = 30.65%

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 30.65%
G = 24.67%
B = 44.67%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A484EF (or 0xA484EF) is known color: Medium Purple. HEX triplet: A4, 84 and EF. RGB value is (164,132,239). Sum of RGB (Red+Green+Blue) = 164+132+239=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #A484EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484EF is #5B7B10. Grayscale: #999999. Windows color (decimal): -5995281 or 15697060. OLE color: 15697060.

HSL color Cylindrical-coordinate representation of color #A484EF: hue angle of 257.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A484EF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 132 239 -
CMYK 0.31 0.45 0 0.06
HSL 257.94º 0.77% 0.73% -
HSV(B) 257.94º 0.45% 0.94% -
XYZ 39.14 30.63 85.51 -
YUV 153.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 164 132 239 0.31 0.45 0 0.06 257.94 0.77 0.73
Hex A4 84 EF 1F 2D 0 6 102 4D 49
Octal 244 204 357 37 55 0 6 402 115 111
Binary 10100100 10000100 11101111 11111 101101 0 110 100000010 1001101 1001001

Color Harmonies of #A484EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484EF

Black with #A484EF

Text Example


Text Example

White with #A484EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484EF; }

 p { color: rgb(164,132,239); }

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

background-color css

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

 a { background-color: rgb(164,132,239); }

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

border-color css

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

 span { border-color: rgb(164,132,239); }

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