Html Css Color HEX #A076DF Medium Purple

📋 copy color: '#A076DF'

red 160 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #A076DF

Tints of Medium Purple #A076DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.55%

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

R = 31.94%
G = 23.55%
B = 44.51%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A076DF (or 0xA076DF) is known color: Medium Purple. HEX triplet: A0, 76 and DF. RGB value is (160,118,223). Sum of RGB (Red+Green+Blue) = 160+118+223=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A076DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076DF is #5F8920. Grayscale: #8E8E8E. Windows color (decimal): -6261025 or 14644896. OLE color: 14644896.

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

Color convert

RGB 160 118 223 -
CMYK 0.28 0.47 0 0.13
HSL 264º 0.62% 0.67% -
HSV(B) 264º 0.47% 0.87% -
XYZ 34.29 25.76 72.98 -
YUV 142.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 160 118 223 0.28 0.47 0 0.13 264 0.62 0.67
Hex A0 76 DF 1C 2F 0 D 108 3E 43
Octal 240 166 337 34 57 0 15 410 76 103
Binary 10100000 1110110 11011111 11100 101111 0 1101 100001000 111110 1000011

Color Harmonies of #A076DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076DF

Black with #A076DF

Text Example


Text Example

White with #A076DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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