Html Css Color HEX #A07EDB Medium Purple

📋 copy color: '#A07EDB'

red 160 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #A07EDB

Tints of Medium Purple #A07EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 31.68%
G = 24.95%
B = 43.37%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07EDB (or 0xA07EDB) is known color: Medium Purple. HEX triplet: A0, 7E and DB. RGB value is (160,126,219). Sum of RGB (Red+Green+Blue) = 160+126+219=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A07EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EDB is #5F8124. Grayscale: #929292. Windows color (decimal): -6258981 or 14384800. OLE color: 14384800.

HSL color Cylindrical-coordinate representation of color #A07EDB: hue angle of 261.94º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07EDB is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 126 219 -
CMYK 0.27 0.42 0 0.14
HSL 261.94º 0.56% 0.68% -
HSV(B) 261.94º 0.42% 0.86% -
XYZ 34.74 27.51 70.5 -
YUV 146.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 160 126 219 0.27 0.42 0 0.14 261.94 0.56 0.68
Hex A0 7E DB 1B 2A 0 E 106 38 44
Octal 240 176 333 33 52 0 16 406 70 104
Binary 10100000 1111110 11011011 11011 101010 0 1110 100000110 111000 1000100

Color Harmonies of #A07EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EDB

Black with #A07EDB

Text Example


Text Example

White with #A07EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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