Html Css Color HEX #A584EC Medium Purple

📋 copy color: '#A584EC'

red 165 ◦ green 132 ◦ blue 236

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

Shades of Medium Purple #A584EC

Tints of Medium Purple #A584EC

RGB

 RED value IS 165 (64.84% from 255) = 30.96%

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

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

R = 30.96%
G = 24.77%
B = 44.28%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A584EC (or 0xA584EC) is known color: Medium Purple. HEX triplet: A5, 84 and EC. RGB value is (165,132,236). Sum of RGB (Red+Green+Blue) = 165+132+236=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A584EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584EC is #5A7B13. Grayscale: #999999. Windows color (decimal): -5929748 or 15500453. OLE color: 15500453.

HSL color Cylindrical-coordinate representation of color #A584EC: hue angle of 259.04º 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 #A584EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 132 236 -
CMYK 0.30 0.44 0 0.07
HSL 259.04º 0.73% 0.72% -
HSV(B) 259.04º 0.44% 0.93% -
XYZ 38.91 30.56 83.2 -
YUV 153.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 165 132 236 0.30 0.44 0 0.07 259.04 0.73 0.72
Hex A5 84 EC 1E 2C 0 7 103 49 48
Octal 245 204 354 36 54 0 7 403 111 110
Binary 10100101 10000100 11101100 11110 101100 0 111 100000011 1001001 1001000

Color Harmonies of #A584EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584EC

Black with #A584EC

Text Example


Text Example

White with #A584EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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