Html Css Color HEX #A076E7 Medium Purple

📋 copy color: '#A076E7'

red 160 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #A076E7

Tints of Medium Purple #A076E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.38%

R = 31.43%
G = 23.18%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A076E7 (or 0xA076E7) is known color: Medium Purple. HEX triplet: A0, 76 and E7. RGB value is (160,118,231). Sum of RGB (Red+Green+Blue) = 160+118+231=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #A076E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076E7 is #5F8918. Grayscale: #8F8F8F. Windows color (decimal): -6261017 or 15169184. OLE color: 15169184.

HSL color Cylindrical-coordinate representation of color #A076E7: hue angle of 262.3º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A076E7 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 118 231 -
CMYK 0.31 0.49 0 0.09
HSL 262.3º 0.7% 0.68% -
HSV(B) 262.3º 0.49% 0.91% -
XYZ 35.4 26.2 78.79 -
YUV 143.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 160 118 231 0.31 0.49 0 0.09 262.3 0.7 0.68
Hex A0 76 E7 1F 31 0 9 106 46 44
Octal 240 166 347 37 61 0 11 406 106 104
Binary 10100000 1110110 11100111 11111 110001 0 1001 100000110 1000110 1000100

Color Harmonies of #A076E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076E7

Black with #A076E7

Text Example


Text Example

White with #A076E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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