Html Css Color HEX #A079EA Medium Purple

📋 copy color: '#A079EA'

red 160 ◦ green 121 ◦ blue 234

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

Shades of Medium Purple #A079EA

Tints of Medium Purple #A079EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 31.07%
G = 23.5%
B = 45.44%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A079EA (or 0xA079EA) is known color: Medium Purple. HEX triplet: A0, 79 and EA. RGB value is (160,121,234). Sum of RGB (Red+Green+Blue) = 160+121+234=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #A079EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079EA is #5F8615. Grayscale: #919191. Windows color (decimal): -6260246 or 15366560. OLE color: 15366560.

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

Color convert

RGB 160 121 234 -
CMYK 0.32 0.48 0 0.08
HSL 260.71º 0.73% 0.7% -
HSV(B) 260.71º 0.48% 0.92% -
XYZ 36.19 27.09 81.16 -
YUV 145.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 160 121 234 0.32 0.48 0 0.08 260.71 0.73 0.7
Hex A0 79 EA 20 30 0 8 105 49 46
Octal 240 171 352 40 60 0 10 405 111 106
Binary 10100000 1111001 11101010 100000 110000 0 1000 100000101 1001001 1000110

Color Harmonies of #A079EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079EA

Black with #A079EA

Text Example


Text Example

White with #A079EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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