Html Css Color HEX #A082EE Medium Purple

📋 copy color: '#A082EE'

red 160 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #A082EE

Tints of Medium Purple #A082EE

RGB

 RED value IS 160 (62.89% from 255) = 30.3%

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

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

R = 30.3%
G = 24.62%
B = 45.08%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A082EE (or 0xA082EE) is known color: Medium Purple. HEX triplet: A0, 82 and EE. RGB value is (160,130,238). Sum of RGB (Red+Green+Blue) = 160+130+238=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #A082EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082EE is #5F7D11. Grayscale: #969696. Windows color (decimal): -6257938 or 15631008. OLE color: 15631008.

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

Color convert

RGB 160 130 238 -
CMYK 0.33 0.45 0 0.07
HSL 256.67º 0.76% 0.72% -
HSV(B) 256.67º 0.45% 0.93% -
XYZ 37.91 29.61 84.61 -
YUV 151.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 160 130 238 0.33 0.45 0 0.07 256.67 0.76 0.72
Hex A0 82 EE 21 2D 0 7 101 4C 48
Octal 240 202 356 41 55 0 7 401 114 110
Binary 10100000 10000010 11101110 100001 101101 0 111 100000001 1001100 1001000

Color Harmonies of #A082EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082EE

Black with #A082EE

Text Example


Text Example

White with #A082EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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