Html Css Color HEX #A07CD5 Medium Purple

📋 copy color: '#A07CD5'

red 160 ◦ green 124 ◦ blue 213

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

Shades of Medium Purple #A07CD5

Tints of Medium Purple #A07CD5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 32.19%
G = 24.95%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A07CD5 (or 0xA07CD5) is known color: Medium Purple. HEX triplet: A0, 7C and D5. RGB value is (160,124,213). Sum of RGB (Red+Green+Blue) = 160+124+213=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A07CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CD5 is #5F832A. Grayscale: #909090. Windows color (decimal): -6259499 or 13991072. OLE color: 13991072.

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

Color convert

RGB 160 124 213 -
CMYK 0.25 0.42 0 0.16
HSL 264.27º 0.51% 0.66% -
HSV(B) 264.27º 0.42% 0.84% -
XYZ 33.72 26.69 66.33 -
YUV 144.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 160 124 213 0.25 0.42 0 0.16 264.27 0.51 0.66
Hex A0 7C D5 19 2A 0 10 108 33 42
Octal 240 174 325 31 52 0 20 410 63 102
Binary 10100000 1111100 11010101 11001 101010 0 10000 100001000 110011 1000010

Color Harmonies of #A07CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CD5

Black with #A07CD5

Text Example


Text Example

White with #A07CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CD5; }

 p { color: rgb(160,124,213); }

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

background-color css

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

 a { background-color: rgb(160,124,213); }

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

border-color css

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

 span { border-color: rgb(160,124,213); }

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