Html Css Color HEX #A079DF Medium Purple

📋 copy color: '#A079DF'

red 160 ◦ green 121 ◦ blue 223

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

Shades of Medium Purple #A079DF

Tints of Medium Purple #A079DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 31.75%
G = 24.01%
B = 44.25%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A079DF (or 0xA079DF) is known color: Medium Purple. HEX triplet: A0, 79 and DF. RGB value is (160,121,223). Sum of RGB (Red+Green+Blue) = 160+121+223=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A079DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079DF is #5F8620. Grayscale: #8F8F8F. Windows color (decimal): -6260257 or 14645664. OLE color: 14645664.

HSL color Cylindrical-coordinate representation of color #A079DF: hue angle of 262.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A079DF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 121 223 -
CMYK 0.28 0.46 0 0.13
HSL 262.94º 0.61% 0.67% -
HSV(B) 262.94º 0.46% 0.87% -
XYZ 34.65 26.48 73.1 -
YUV 144.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 160 121 223 0.28 0.46 0 0.13 262.94 0.61 0.67
Hex A0 79 DF 1C 2E 0 D 107 3D 43
Octal 240 171 337 34 56 0 15 407 75 103
Binary 10100000 1111001 11011111 11100 101110 0 1101 100000111 111101 1000011

Color Harmonies of #A079DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079DF

Black with #A079DF

Text Example


Text Example

White with #A079DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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