Html Css Color HEX #A07EDD Medium Purple

📋 copy color: '#A07EDD'

red 160 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #A07EDD

Tints of Medium Purple #A07EDD

RGB

 RED value IS 160 (62.89% from 255) = 31.56%

 GREEN value IS 126 (49.61% from 255) = 24.85%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 31.56%
G = 24.85%
B = 43.59%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07EDD (or 0xA07EDD) is known color: Medium Purple. HEX triplet: A0, 7E and DD. RGB value is (160,126,221). Sum of RGB (Red+Green+Blue) = 160+126+221=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EDD is #5F8122. Grayscale: #929292. Windows color (decimal): -6258979 or 14515872. OLE color: 14515872.

HSL color Cylindrical-coordinate representation of color #A07EDD: hue angle of 261.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07EDD is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 126 221 -
CMYK 0.28 0.43 0 0.13
HSL 261.47º 0.58% 0.68% -
HSV(B) 261.47º 0.43% 0.87% -
XYZ 35.01 27.62 71.89 -
YUV 147 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 160 126 221 0.28 0.43 0 0.13 261.47 0.58 0.68
Hex A0 7E DD 1C 2B 0 D 105 3A 44
Octal 240 176 335 34 53 0 15 405 72 104
Binary 10100000 1111110 11011101 11100 101011 0 1101 100000101 111010 1000100

Color Harmonies of #A07EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EDD

Black with #A07EDD

Text Example


Text Example

White with #A07EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EDD; }

 p { color: rgb(160,126,221); }

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

background-color css

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

 a { background-color: rgb(160,126,221); }

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

border-color css

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

 span { border-color: rgb(160,126,221); }

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