Html Css Color HEX #A582ED Medium Purple

📋 copy color: '#A582ED'

red 165 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #A582ED

Tints of Medium Purple #A582ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.44%

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

R = 31.02%
G = 24.44%
B = 44.55%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A582ED (or 0xA582ED) is known color: Medium Purple. HEX triplet: A5, 82 and ED. RGB value is (165,130,237). Sum of RGB (Red+Green+Blue) = 165+130+237=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #A582ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582ED is #5A7D12. Grayscale: #989898. Windows color (decimal): -5930259 or 15565477. OLE color: 15565477.

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

Color convert

RGB 165 130 237 -
CMYK 0.30 0.45 0 0.07
HSL 259.63º 0.75% 0.72% -
HSV(B) 259.63º 0.45% 0.93% -
XYZ 38.79 30.08 83.88 -
YUV 152.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 165 130 237 0.30 0.45 0 0.07 259.63 0.75 0.72
Hex A5 82 ED 1E 2D 0 7 104 4B 48
Octal 245 202 355 36 55 0 7 404 113 110
Binary 10100101 10000010 11101101 11110 101101 0 111 100000100 1001011 1001000

Color Harmonies of #A582ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582ED

Black with #A582ED

Text Example


Text Example

White with #A582ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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