Html Css Color HEX #A682F5 Medium Purple

📋 copy color: '#A682F5'

red 166 ◦ green 130 ◦ blue 245

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

Shades of Medium Purple #A682F5

Tints of Medium Purple #A682F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.29%

R = 30.68%
G = 24.03%
B = 45.29%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A682F5 (or 0xA682F5) is known color: Medium Purple. HEX triplet: A6, 82 and F5. RGB value is (166,130,245). Sum of RGB (Red+Green+Blue) = 166+130+245=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #A682F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682F5 is #597D0A. Grayscale: #999999. Windows color (decimal): -5864715 or 16089766. OLE color: 16089766.

HSL color Cylindrical-coordinate representation of color #A682F5: hue angle of 258.78º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A682F5 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 130 245 -
CMYK 0.32 0.47 0 0.04
HSL 258.78º 0.85% 0.74% -
HSV(B) 258.78º 0.47% 0.96% -
XYZ 40.19 30.66 90.19 -
YUV 153.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 166 130 245 0.32 0.47 0 0.04 258.78 0.85 0.74
Hex A6 82 F5 20 2F 0 4 103 55 4A
Octal 246 202 365 40 57 0 4 403 125 112
Binary 10100110 10000010 11110101 100000 101111 0 100 100000011 1010101 1001010

Color Harmonies of #A682F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682F5

Black with #A682F5

Text Example


Text Example

White with #A682F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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