Html Css Color HEX #A582EE Medium Purple

📋 copy color: '#A582EE'

red 165 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #A582EE

Tints of Medium Purple #A582EE

RGB

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

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

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

R = 30.96%
G = 24.39%
B = 44.65%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A582EE (or 0xA582EE) is known color: Medium Purple. HEX triplet: A5, 82 and EE. RGB value is (165,130,238). Sum of RGB (Red+Green+Blue) = 165+130+238=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A582EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582EE is #5A7D11. Grayscale: #989898. Windows color (decimal): -5930258 or 15631013. OLE color: 15631013.

HSL color Cylindrical-coordinate representation of color #A582EE: hue angle of 259.44º degrees, saturation: 0.76, 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 #A582EE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 130 238 -
CMYK 0.31 0.45 0 0.07
HSL 259.44º 0.76% 0.72% -
HSV(B) 259.44º 0.45% 0.93% -
XYZ 38.93 30.14 84.65 -
YUV 152.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 165 130 238 0.31 0.45 0 0.07 259.44 0.76 0.72
Hex A5 82 EE 1F 2D 0 7 103 4C 48
Octal 245 202 356 37 55 0 7 403 114 110
Binary 10100101 10000010 11101110 11111 101101 0 111 100000011 1001100 1001000

Color Harmonies of #A582EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582EE

Black with #A582EE

Text Example


Text Example

White with #A582EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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