Html Css Color HEX #A07FEC Medium Purple

📋 copy color: '#A07FEC'

red 160 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #A07FEC

Tints of Medium Purple #A07FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.28%

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 30.59%
G = 24.28%
B = 45.12%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A07FEC (or 0xA07FEC) is known color: Medium Purple. HEX triplet: A0, 7F and EC. RGB value is (160,127,236). Sum of RGB (Red+Green+Blue) = 160+127+236=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A07FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FEC is #5F8013. Grayscale: #949494. Windows color (decimal): -6258708 or 15499168. OLE color: 15499168.

HSL color Cylindrical-coordinate representation of color #A07FEC: hue angle of 258.17º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07FEC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 127 236 -
CMYK 0.32 0.46 0 0.07
HSL 258.17º 0.74% 0.71% -
HSV(B) 258.17º 0.46% 0.93% -
XYZ 37.23 28.71 82.94 -
YUV 149.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 160 127 236 0.32 0.46 0 0.07 258.17 0.74 0.71
Hex A0 7F EC 20 2E 0 7 102 4A 47
Octal 240 177 354 40 56 0 7 402 112 107
Binary 10100000 1111111 11101100 100000 101110 0 111 100000010 1001010 1000111

Color Harmonies of #A07FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FEC

Black with #A07FEC

Text Example


Text Example

White with #A07FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FEC; }

 p { color: rgb(160,127,236); }

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

background-color css

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

 a { background-color: rgb(160,127,236); }

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

border-color css

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

 span { border-color: rgb(160,127,236); }

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