Html Css Color HEX #A07CEF Medium Purple

📋 copy color: '#A07CEF'

red 160 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #A07CEF

Tints of Medium Purple #A07CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 30.59%
G = 23.71%
B = 45.7%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A07CEF (or 0xA07CEF) is known color: Medium Purple. HEX triplet: A0, 7C and EF. RGB value is (160,124,239). Sum of RGB (Red+Green+Blue) = 160+124+239=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CEF is #5F8310. Grayscale: #939393. Windows color (decimal): -6259473 or 15695008. OLE color: 15695008.

HSL color Cylindrical-coordinate representation of color #A07CEF: hue angle of 258.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07CEF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 124 239 -
CMYK 0.33 0.48 0 0.06
HSL 258.78º 0.78% 0.71% -
HSV(B) 258.78º 0.48% 0.94% -
XYZ 37.28 28.12 85.12 -
YUV 147.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 160 124 239 0.33 0.48 0 0.06 258.78 0.78 0.71
Hex A0 7C EF 21 30 0 6 103 4E 47
Octal 240 174 357 41 60 0 6 403 116 107
Binary 10100000 1111100 11101111 100001 110000 0 110 100000011 1001110 1000111

Color Harmonies of #A07CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CEF

Black with #A07CEF

Text Example


Text Example

White with #A07CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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