Html Css Color HEX #A586EE Medium Purple

📋 copy color: '#A586EE'

red 165 ◦ green 134 ◦ blue 238

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

Shades of Medium Purple #A586EE

Tints of Medium Purple #A586EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 30.73%
G = 24.95%
B = 44.32%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A586EE (or 0xA586EE) is known color: Medium Purple. HEX triplet: A5, 86 and EE. RGB value is (165,134,238). Sum of RGB (Red+Green+Blue) = 165+134+238=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #A586EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586EE is #5A7911. Grayscale: #9A9A9A. Windows color (decimal): -5929234 or 15632037. OLE color: 15632037.

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

Color convert

RGB 165 134 238 -
CMYK 0.31 0.44 0 0.07
HSL 257.88º 0.75% 0.73% -
HSV(B) 257.88º 0.44% 0.93% -
XYZ 39.47 31.22 84.83 -
YUV 155.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 165 134 238 0.31 0.44 0 0.07 257.88 0.75 0.73
Hex A5 86 EE 1F 2C 0 7 102 4B 49
Octal 245 206 356 37 54 0 7 402 113 111
Binary 10100101 10000110 11101110 11111 101100 0 111 100000010 1001011 1001001

Color Harmonies of #A586EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586EE

Black with #A586EE

Text Example


Text Example

White with #A586EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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