Html Css Color HEX #A585EC Medium Purple

📋 copy color: '#A585EC'

red 165 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A585EC

Tints of Medium Purple #A585EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

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

R = 30.9%
G = 24.91%
B = 44.19%

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

#A585EC (or 0xA585EC) is known color: Medium Purple. HEX triplet: A5, 85 and EC. RGB value is (165,133,236). Sum of RGB (Red+Green+Blue) = 165+133+236=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A585EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585EC is #5A7A13. Grayscale: #999999. Windows color (decimal): -5929492 or 15500709. OLE color: 15500709.

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

Color convert

RGB 165 133 236 -
CMYK 0.30 0.44 0 0.07
HSL 258.64º 0.73% 0.72% -
HSV(B) 258.64º 0.44% 0.93% -
XYZ 39.04 30.83 83.25 -
YUV 154.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 165 133 236 0.30 0.44 0 0.07 258.64 0.73 0.72
Hex A5 85 EC 1E 2C 0 7 103 49 48
Octal 245 205 354 36 54 0 7 403 111 110
Binary 10100101 10000101 11101100 11110 101100 0 111 100000011 1001001 1001000

Color Harmonies of #A585EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585EC

Black with #A585EC

Text Example


Text Example

White with #A585EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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