Html Css Color HEX #A585F5 Medium Purple

📋 copy color: '#A585F5'

red 165 ◦ green 133 ◦ blue 245

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

Shades of Medium Purple #A585F5

Tints of Medium Purple #A585F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.12%

R = 30.39%
G = 24.49%
B = 45.12%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A585F5 (or 0xA585F5) is known color: Medium Purple. HEX triplet: A5, 85 and F5. RGB value is (165,133,245). Sum of RGB (Red+Green+Blue) = 165+133+245=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A585F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585F5 is #5A7A0A. Grayscale: #9A9A9A. Windows color (decimal): -5929483 or 16090533. OLE color: 16090533.

HSL color Cylindrical-coordinate representation of color #A585F5: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A585F5 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 133 245 -
CMYK 0.33 0.46 0 0.04
HSL 257.14º 0.85% 0.74% -
HSV(B) 257.14º 0.46% 0.96% -
XYZ 40.39 31.37 90.31 -
YUV 155.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 165 133 245 0.33 0.46 0 0.04 257.14 0.85 0.74
Hex A5 85 F5 21 2E 0 4 101 55 4A
Octal 245 205 365 41 56 0 4 401 125 112
Binary 10100101 10000101 11110101 100001 101110 0 100 100000001 1010101 1001010

Color Harmonies of #A585F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585F5

Black with #A585F5

Text Example


Text Example

White with #A585F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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