Html Css Color HEX #A07ED6 Medium Purple

📋 copy color: '#A07ED6'

red 160 ◦ green 126 ◦ blue 214

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

Shades of Medium Purple #A07ED6

Tints of Medium Purple #A07ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 32%
G = 25.2%
B = 42.8%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A07ED6 (or 0xA07ED6) is known color: Medium Purple. HEX triplet: A0, 7E and D6. RGB value is (160,126,214). Sum of RGB (Red+Green+Blue) = 160+126+214=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #A07ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED6 is #5F8129. Grayscale: #919191. Windows color (decimal): -6258986 or 14057120. OLE color: 14057120.

HSL color Cylindrical-coordinate representation of color #A07ED6: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07ED6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 126 214 -
CMYK 0.25 0.41 0 0.16
HSL 263.18º 0.52% 0.67% -
HSV(B) 263.18º 0.41% 0.84% -
XYZ 34.1 27.25 67.08 -
YUV 146.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 160 126 214 0.25 0.41 0 0.16 263.18 0.52 0.67
Hex A0 7E D6 19 29 0 10 107 34 43
Octal 240 176 326 31 51 0 20 407 64 103
Binary 10100000 1111110 11010110 11001 101001 0 10000 100000111 110100 1000011

Color Harmonies of #A07ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ED6

Black with #A07ED6

Text Example


Text Example

White with #A07ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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