Html Css Color HEX #A07EDE Medium Purple

📋 copy color: '#A07EDE'

red 160 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #A07EDE

Tints of Medium Purple #A07EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 31.5%
G = 24.8%
B = 43.7%

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

#A07EDE (or 0xA07EDE) is known color: Medium Purple. HEX triplet: A0, 7E and DE. RGB value is (160,126,222). Sum of RGB (Red+Green+Blue) = 160+126+222=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A07EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EDE is #5F8121. Grayscale: #929292. Windows color (decimal): -6258978 or 14581408. OLE color: 14581408.

HSL color Cylindrical-coordinate representation of color #A07EDE: hue angle of 261.25º degrees, saturation: 0.59, 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 #A07EDE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 126 222 -
CMYK 0.28 0.43 0 0.13
HSL 261.25º 0.59% 0.68% -
HSV(B) 261.25º 0.43% 0.87% -
XYZ 35.14 27.67 72.6 -
YUV 147.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 160 126 222 0.28 0.43 0 0.13 261.25 0.59 0.68
Hex A0 7E DE 1C 2B 0 D 105 3B 44
Octal 240 176 336 34 53 0 15 405 73 104
Binary 10100000 1111110 11011110 11100 101011 0 1101 100000101 111011 1000100

Color Harmonies of #A07EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EDE

Black with #A07EDE

Text Example


Text Example

White with #A07EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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