Html Css Color HEX #A782F0 Medium Purple

📋 copy color: '#A782F0'

red 167 ◦ green 130 ◦ blue 240

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

Shades of Medium Purple #A782F0

Tints of Medium Purple #A782F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.69%

R = 31.1%
G = 24.21%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A782F0 (or 0xA782F0) is known color: Medium Purple. HEX triplet: A7, 82 and F0. RGB value is (167,130,240). Sum of RGB (Red+Green+Blue) = 167+130+240=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A782F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782F0 is #587D0F. Grayscale: #999999. Windows color (decimal): -5799184 or 15762087. OLE color: 15762087.

HSL color Cylindrical-coordinate representation of color #A782F0: hue angle of 260.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A782F0 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 130 240 -
CMYK 0.30 0.46 0 0.06
HSL 260.18º 0.79% 0.73% -
HSV(B) 260.18º 0.46% 0.94% -
XYZ 39.65 30.47 86.23 -
YUV 153.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 167 130 240 0.30 0.46 0 0.06 260.18 0.79 0.73
Hex A7 82 F0 1E 2E 0 6 104 4F 49
Octal 247 202 360 36 56 0 6 404 117 111
Binary 10100111 10000010 11110000 11110 101110 0 110 100000100 1001111 1001001

Color Harmonies of #A782F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782F0

Black with #A782F0

Text Example


Text Example

White with #A782F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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