Html Css Color HEX #A079ED Medium Purple

📋 copy color: '#A079ED'

red 160 ◦ green 121 ◦ blue 237

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

Shades of Medium Purple #A079ED

Tints of Medium Purple #A079ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 30.89%
G = 23.36%
B = 45.75%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A079ED (or 0xA079ED) is known color: Medium Purple. HEX triplet: A0, 79 and ED. RGB value is (160,121,237). Sum of RGB (Red+Green+Blue) = 160+121+237=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A079ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079ED is #5F8612. Grayscale: #919191. Windows color (decimal): -6260243 or 15563168. OLE color: 15563168.

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

Color convert

RGB 160 121 237 -
CMYK 0.32 0.49 0 0.07
HSL 260.17º 0.76% 0.7% -
HSV(B) 260.17º 0.49% 0.93% -
XYZ 36.62 27.26 83.45 -
YUV 145.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 160 121 237 0.32 0.49 0 0.07 260.17 0.76 0.7
Hex A0 79 ED 20 31 0 7 104 4C 46
Octal 240 171 355 40 61 0 7 404 114 106
Binary 10100000 1111001 11101101 100000 110001 0 111 100000100 1001100 1000110

Color Harmonies of #A079ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079ED

Black with #A079ED

Text Example


Text Example

White with #A079ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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