Html Css Color HEX #A585E9 Medium Purple

📋 copy color: '#A585E9'

red 165 ◦ green 133 ◦ blue 233

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

Shades of Medium Purple #A585E9

Tints of Medium Purple #A585E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 31.07%
G = 25.05%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A585E9 (or 0xA585E9) is known color: Medium Purple. HEX triplet: A5, 85 and E9. RGB value is (165,133,233). Sum of RGB (Red+Green+Blue) = 165+133+233=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #A585E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585E9 is #5A7A16. Grayscale: #999999. Windows color (decimal): -5929495 or 15304101. OLE color: 15304101.

HSL color Cylindrical-coordinate representation of color #A585E9: hue angle of 259.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A585E9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 133 233 -
CMYK 0.29 0.43 0 0.09
HSL 259.2º 0.69% 0.72% -
HSV(B) 259.2º 0.43% 0.91% -
XYZ 38.61 30.66 80.97 -
YUV 153.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 165 133 233 0.29 0.43 0 0.09 259.2 0.69 0.72
Hex A5 85 E9 1D 2B 0 9 103 45 48
Octal 245 205 351 35 53 0 11 403 105 110
Binary 10100101 10000101 11101001 11101 101011 0 1001 100000011 1000101 1001000

Color Harmonies of #A585E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585E9

Black with #A585E9

Text Example


Text Example

White with #A585E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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