Html Css Color HEX #A584E5 Medium Purple

📋 copy color: '#A584E5'

red 165 ◦ green 132 ◦ blue 229

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

Shades of Medium Purple #A584E5

Tints of Medium Purple #A584E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 31.37%
G = 25.1%
B = 43.54%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A584E5 (or 0xA584E5) is known color: Medium Purple. HEX triplet: A5, 84 and E5. RGB value is (165,132,229). Sum of RGB (Red+Green+Blue) = 165+132+229=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A584E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584E5 is #5A7B1A. Grayscale: #989898. Windows color (decimal): -5929755 or 15041701. OLE color: 15041701.

HSL color Cylindrical-coordinate representation of color #A584E5: hue angle of 260.41º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A584E5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 132 229 -
CMYK 0.28 0.42 0 0.10
HSL 260.41º 0.65% 0.71% -
HSV(B) 260.41º 0.42% 0.9% -
XYZ 37.91 30.16 77.95 -
YUV 152.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 165 132 229 0.28 0.42 0 0.10 260.41 0.65 0.71
Hex A5 84 E5 1C 2A 0 A 104 41 47
Octal 245 204 345 34 52 0 12 404 101 107
Binary 10100101 10000100 11100101 11100 101010 0 1010 100000100 1000001 1000111

Color Harmonies of #A584E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584E5

Black with #A584E5

Text Example


Text Example

White with #A584E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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