Html Css Color HEX #A780F0 Medium Purple

📋 copy color: '#A780F0'

red 167 ◦ green 128 ◦ blue 240

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

Shades of Medium Purple #A780F0

Tints of Medium Purple #A780F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

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

R = 31.21%
G = 23.93%
B = 44.86%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A780F0 (or 0xA780F0) is known color: Medium Purple. HEX triplet: A7, 80 and F0. RGB value is (167,128,240). Sum of RGB (Red+Green+Blue) = 167+128+240=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A780F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780F0 is #587F0F. Grayscale: #989898. Windows color (decimal): -5799696 or 15761575. OLE color: 15761575.

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

Color convert

RGB 167 128 240 -
CMYK 0.30 0.47 0 0.06
HSL 260.89º 0.79% 0.72% -
HSV(B) 260.89º 0.47% 0.94% -
XYZ 39.38 29.95 86.14 -
YUV 152.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 167 128 240 0.30 0.47 0 0.06 260.89 0.79 0.72
Hex A7 80 F0 1E 2F 0 6 105 4F 48
Octal 247 200 360 36 57 0 6 405 117 110
Binary 10100111 10000000 11110000 11110 101111 0 110 100000101 1001111 1001000

Color Harmonies of #A780F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780F0

Black with #A780F0

Text Example


Text Example

White with #A780F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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