Html Css Color HEX #A076D6 Medium Purple

📋 copy color: '#A076D6'

red 160 ◦ green 118 ◦ blue 214

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

Shades of Medium Purple #A076D6

Tints of Medium Purple #A076D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 32.52%
G = 23.98%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A076D6 (or 0xA076D6) is known color: Medium Purple. HEX triplet: A0, 76 and D6. RGB value is (160,118,214). Sum of RGB (Red+Green+Blue) = 160+118+214=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #A076D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076D6 is #5F8929. Grayscale: #8D8D8D. Windows color (decimal): -6261034 or 14055072. OLE color: 14055072.

HSL color Cylindrical-coordinate representation of color #A076D6: hue angle of 266.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A076D6 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 118 214 -
CMYK 0.25 0.45 0 0.16
HSL 266.25º 0.54% 0.65% -
HSV(B) 266.25º 0.45% 0.84% -
XYZ 33.11 25.29 66.75 -
YUV 141.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 160 118 214 0.25 0.45 0 0.16 266.25 0.54 0.65
Hex A0 76 D6 19 2D 0 10 10A 36 41
Octal 240 166 326 31 55 0 20 412 66 101
Binary 10100000 1110110 11010110 11001 101101 0 10000 100001010 110110 1000001

Color Harmonies of #A076D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076D6

Black with #A076D6

Text Example


Text Example

White with #A076D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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