Html Css Color HEX #A780EE Medium Purple

📋 copy color: '#A780EE'

red 167 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #A780EE

Tints of Medium Purple #A780EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 31.33%
G = 24.02%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A780EE (or 0xA780EE) is known color: Medium Purple. HEX triplet: A7, 80 and EE. RGB value is (167,128,238). Sum of RGB (Red+Green+Blue) = 167+128+238=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A780EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780EE is #587F11. Grayscale: #979797. Windows color (decimal): -5799698 or 15630503. OLE color: 15630503.

HSL color Cylindrical-coordinate representation of color #A780EE: hue angle of 261.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A780EE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 128 238 -
CMYK 0.30 0.46 0 0.07
HSL 261.27º 0.76% 0.72% -
HSV(B) 261.27º 0.46% 0.93% -
XYZ 39.09 29.83 84.59 -
YUV 152.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 167 128 238 0.30 0.46 0 0.07 261.27 0.76 0.72
Hex A7 80 EE 1E 2E 0 7 105 4C 48
Octal 247 200 356 36 56 0 7 405 114 110
Binary 10100111 10000000 11101110 11110 101110 0 111 100000101 1001100 1001000

Color Harmonies of #A780EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780EE

Black with #A780EE

Text Example


Text Example

White with #A780EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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