Html Css Color HEX #A079EB Medium Purple

📋 copy color: '#A079EB'

red 160 ◦ green 121 ◦ blue 235

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

Shades of Medium Purple #A079EB

Tints of Medium Purple #A079EB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 31.01%
G = 23.45%
B = 45.54%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A079EB (or 0xA079EB) is known color: Medium Purple. HEX triplet: A0, 79 and EB. RGB value is (160,121,235). Sum of RGB (Red+Green+Blue) = 160+121+235=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A079EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079EB is #5F8614. Grayscale: #919191. Windows color (decimal): -6260245 or 15432096. OLE color: 15432096.

HSL color Cylindrical-coordinate representation of color #A079EB: hue angle of 260.53º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A079EB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 121 235 -
CMYK 0.32 0.49 0 0.08
HSL 260.53º 0.74% 0.7% -
HSV(B) 260.53º 0.49% 0.92% -
XYZ 36.33 27.15 81.92 -
YUV 145.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 160 121 235 0.32 0.49 0 0.08 260.53 0.74 0.7
Hex A0 79 EB 20 31 0 8 105 4A 46
Octal 240 171 353 40 61 0 10 405 112 106
Binary 10100000 1111001 11101011 100000 110001 0 1000 100000101 1001010 1000110

Color Harmonies of #A079EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079EB

Black with #A079EB

Text Example


Text Example

White with #A079EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079EB; }

 p { color: rgb(160,121,235); }

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

background-color css

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

 a { background-color: rgb(160,121,235); }

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

border-color css

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

 span { border-color: rgb(160,121,235); }

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