Html Css Color HEX #A584ED Medium Purple

📋 copy color: '#A584ED'

red 165 ◦ green 132 ◦ blue 237

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

Shades of Medium Purple #A584ED

Tints of Medium Purple #A584ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 30.9%
G = 24.72%
B = 44.38%

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

#A584ED (or 0xA584ED) is known color: Medium Purple. HEX triplet: A5, 84 and ED. RGB value is (165,132,237). Sum of RGB (Red+Green+Blue) = 165+132+237=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A584ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584ED is #5A7B12. Grayscale: #999999. Windows color (decimal): -5929747 or 15565989. OLE color: 15565989.

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

Color convert

RGB 165 132 237 -
CMYK 0.30 0.44 0 0.07
HSL 258.86º 0.74% 0.72% -
HSV(B) 258.86º 0.44% 0.93% -
XYZ 39.05 30.62 83.97 -
YUV 153.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 165 132 237 0.30 0.44 0 0.07 258.86 0.74 0.72
Hex A5 84 ED 1E 2C 0 7 103 4A 48
Octal 245 204 355 36 54 0 7 403 112 110
Binary 10100101 10000100 11101101 11110 101100 0 111 100000011 1001010 1001000

Color Harmonies of #A584ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584ED

Black with #A584ED

Text Example


Text Example

White with #A584ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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