Html Css Color HEX #A076EB Medium Purple

📋 copy color: '#A076EB'

red 160 ◦ green 118 ◦ blue 235

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

Shades of Medium Purple #A076EB

Tints of Medium Purple #A076EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 31.19%
G = 23%
B = 45.81%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A076EB (or 0xA076EB) is known color: Medium Purple. HEX triplet: A0, 76 and EB. RGB value is (160,118,235). Sum of RGB (Red+Green+Blue) = 160+118+235=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A076EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076EB is #5F8914. Grayscale: #8F8F8F. Windows color (decimal): -6261013 or 15431328. OLE color: 15431328.

HSL color Cylindrical-coordinate representation of color #A076EB: hue angle of 261.54º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A076EB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 118 235 -
CMYK 0.32 0.50 0 0.08
HSL 261.54º 0.75% 0.69% -
HSV(B) 261.54º 0.5% 0.92% -
XYZ 35.97 26.43 81.8 -
YUV 143.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 160 118 235 0.32 0.50 0 0.08 261.54 0.75 0.69
Hex A0 76 EB 20 32 0 8 106 4B 45
Octal 240 166 353 40 62 0 10 406 113 105
Binary 10100000 1110110 11101011 100000 110010 0 1000 100000110 1001011 1000101

Color Harmonies of #A076EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076EB

Black with #A076EB

Text Example


Text Example

White with #A076EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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