Html Css Color HEX #A782EC Medium Purple

📋 copy color: '#A782EC'

red 167 ◦ green 130 ◦ blue 236

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

Shades of Medium Purple #A782EC

Tints of Medium Purple #A782EC

RGB

 RED value IS 167 (65.63% from 255) = 31.33%

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 31.33%
G = 24.39%
B = 44.28%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A782EC (or 0xA782EC) is known color: Medium Purple. HEX triplet: A7, 82 and EC. RGB value is (167,130,236). Sum of RGB (Red+Green+Blue) = 167+130+236=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A782EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782EC is #587D13. Grayscale: #989898. Windows color (decimal): -5799188 or 15499943. OLE color: 15499943.

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

Color convert

RGB 167 130 236 -
CMYK 0.29 0.45 0 0.07
HSL 260.94º 0.74% 0.72% -
HSV(B) 260.94º 0.45% 0.93% -
XYZ 39.06 30.24 83.13 -
YUV 153.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 167 130 236 0.29 0.45 0 0.07 260.94 0.74 0.72
Hex A7 82 EC 1D 2D 0 7 105 4A 48
Octal 247 202 354 35 55 0 7 405 112 110
Binary 10100111 10000010 11101100 11101 101101 0 111 100000101 1001010 1001000

Color Harmonies of #A782EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782EC

Black with #A782EC

Text Example


Text Example

White with #A782EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782EC; }

 p { color: rgb(167,130,236); }

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

background-color css

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

 a { background-color: rgb(167,130,236); }

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

border-color css

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

 span { border-color: rgb(167,130,236); }

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