Html Css Color HEX #A076EA Medium Purple

📋 copy color: '#A076EA'

red 160 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #A076EA

Tints of Medium Purple #A076EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 31.25%
G = 23.05%
B = 45.7%

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

#A076EA (or 0xA076EA) is known color: Medium Purple. HEX triplet: A0, 76 and EA. RGB value is (160,118,234). Sum of RGB (Red+Green+Blue) = 160+118+234=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A076EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076EA is #5F8915. Grayscale: #8F8F8F. Windows color (decimal): -6261014 or 15365792. OLE color: 15365792.

HSL color Cylindrical-coordinate representation of color #A076EA: hue angle of 261.72º degrees, saturation: 0.73, 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 #A076EA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 118 234 -
CMYK 0.32 0.50 0 0.08
HSL 261.72º 0.73% 0.69% -
HSV(B) 261.72º 0.5% 0.92% -
XYZ 35.83 26.37 81.04 -
YUV 143.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 160 118 234 0.32 0.50 0 0.08 261.72 0.73 0.69
Hex A0 76 EA 20 32 0 8 106 49 45
Octal 240 166 352 40 62 0 10 406 111 105
Binary 10100000 1110110 11101010 100000 110010 0 1000 100000110 1001001 1000101

Color Harmonies of #A076EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076EA

Black with #A076EA

Text Example


Text Example

White with #A076EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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