Html Css Color HEX #A682DF Medium Purple

📋 copy color: '#A682DF'

red 166 ◦ green 130 ◦ blue 223

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

Shades of Medium Purple #A682DF

Tints of Medium Purple #A682DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 31.98%
G = 25.05%
B = 42.97%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A682DF (or 0xA682DF) is known color: Medium Purple. HEX triplet: A6, 82 and DF. RGB value is (166,130,223). Sum of RGB (Red+Green+Blue) = 166+130+223=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A682DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DF is #597D20. Grayscale: #979797. Windows color (decimal): -5864737 or 14647974. OLE color: 14647974.

HSL color Cylindrical-coordinate representation of color #A682DF: hue angle of 263.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A682DF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 130 223 -
CMYK 0.26 0.42 0 0.13
HSL 263.23º 0.59% 0.69% -
HSV(B) 263.23º 0.42% 0.87% -
XYZ 37.03 29.4 73.54 -
YUV 151.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 166 130 223 0.26 0.42 0 0.13 263.23 0.59 0.69
Hex A6 82 DF 1A 2A 0 D 107 3B 45
Octal 246 202 337 32 52 0 15 407 73 105
Binary 10100110 10000010 11011111 11010 101010 0 1101 100000111 111011 1000101

Color Harmonies of #A682DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682DF

Black with #A682DF

Text Example


Text Example

White with #A682DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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