#A07BEF

Color #A07BEF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A07BEF

Tints of Medium Purple #A07BEF

Color information

#A07BEF (or 0xA07BEF) is unknown color: approx Medium Purple. HEX triplet: A0, 7B and EF. RGB value is (160,123,239). Sum of RGB (Red+Green+Blue) = 160+123+239=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BEF is #5F8410. Grayscale: #929292. Windows color (decimal): -6259729 or 15694752. OLE color: 15694752.

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

Color convert

RGB160123239-
CMYK0.330.4900.06
HSL259.14º78.38%70.98%-
HSV(B)259.14º48.54%93.73%-
XYZ37.1627.8785.08-
YUV147.29179.76137.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=30.65%
G=23.56%
B=45.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601232390.330.4900.06259.1478.3870.98
HexA07BEF2131061034e47
Octal240173357416106403116107
Binary10100000111101111101111100001110001011010000001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BEF; }

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

 H1.HeaderClassName
 {
   color: #A07BEF;
 }
 .AnyTagClassName
 {
   color: #A07BEF;
 }
</style>
background-color css

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

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

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

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

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

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