Html Css Color HEX #A586ED Medium Purple

📋 copy color: '#A586ED'

red 165 ◦ green 134 ◦ blue 237

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

Shades of Medium Purple #A586ED

Tints of Medium Purple #A586ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25%

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

R = 30.78%
G = 25%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A586ED (or 0xA586ED) is known color: Medium Purple. HEX triplet: A5, 86 and ED. RGB value is (165,134,237). Sum of RGB (Red+Green+Blue) = 165+134+237=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A586ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586ED is #5A7912. Grayscale: #9A9A9A. Windows color (decimal): -5929235 or 15566501. OLE color: 15566501.

HSL color Cylindrical-coordinate representation of color #A586ED: hue angle of 258.06º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A586ED is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 134 237 -
CMYK 0.30 0.43 0 0.07
HSL 258.06º 0.74% 0.73% -
HSV(B) 258.06º 0.43% 0.93% -
XYZ 39.33 31.16 84.06 -
YUV 155.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 165 134 237 0.30 0.43 0 0.07 258.06 0.74 0.73
Hex A5 86 ED 1E 2B 0 7 102 4A 49
Octal 245 206 355 36 53 0 7 402 112 111
Binary 10100101 10000110 11101101 11110 101011 0 111 100000010 1001010 1001001

Color Harmonies of #A586ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586ED

Black with #A586ED

Text Example


Text Example

White with #A586ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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