Html Css Color HEX #A07CE0 Medium Purple

📋 copy color: '#A07CE0'

red 160 ◦ green 124 ◦ blue 224

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

Shades of Medium Purple #A07CE0

Tints of Medium Purple #A07CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 31.5%
G = 24.41%
B = 44.09%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A07CE0 (or 0xA07CE0) is known color: Medium Purple. HEX triplet: A0, 7C and E0. RGB value is (160,124,224). Sum of RGB (Red+Green+Blue) = 160+124+224=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #A07CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CE0 is #5F831F. Grayscale: #919191. Windows color (decimal): -6259488 or 14711968. OLE color: 14711968.

HSL color Cylindrical-coordinate representation of color #A07CE0: hue angle of 261.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07CE0 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 124 224 -
CMYK 0.29 0.45 0 0.12
HSL 261.6º 0.62% 0.68% -
HSV(B) 261.6º 0.45% 0.88% -
XYZ 35.16 27.27 73.93 -
YUV 146.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 160 124 224 0.29 0.45 0 0.12 261.6 0.62 0.68
Hex A0 7C E0 1D 2D 0 C 106 3E 44
Octal 240 174 340 35 55 0 14 406 76 104
Binary 10100000 1111100 11100000 11101 101101 0 1100 100000110 111110 1000100

Color Harmonies of #A07CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CE0

Black with #A07CE0

Text Example


Text Example

White with #A07CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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