Html Css Color HEX #A682EE Medium Purple

📋 copy color: '#A682EE'

red 166 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #A682EE

Tints of Medium Purple #A682EE

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

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

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

R = 31.09%
G = 24.34%
B = 44.57%

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

#A682EE (or 0xA682EE) is known color: Medium Purple. HEX triplet: A6, 82 and EE. RGB value is (166,130,238). Sum of RGB (Red+Green+Blue) = 166+130+238=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #A682EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682EE is #597D11. Grayscale: #989898. Windows color (decimal): -5864722 or 15631014. OLE color: 15631014.

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

Color convert

RGB 166 130 238 -
CMYK 0.30 0.45 0 0.07
HSL 260º 0.76% 0.72% -
HSV(B) 260º 0.45% 0.93% -
XYZ 39.14 30.25 84.66 -
YUV 153.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 166 130 238 0.30 0.45 0 0.07 260 0.76 0.72
Hex A6 82 EE 1E 2D 0 7 104 4C 48
Octal 246 202 356 36 55 0 7 404 114 110
Binary 10100110 10000010 11101110 11110 101101 0 111 100000100 1001100 1001000

Color Harmonies of #A682EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682EE

Black with #A682EE

Text Example


Text Example

White with #A682EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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