Html Css Color HEX #A076E6 Medium Purple

📋 copy color: '#A076E6'

red 160 ◦ green 118 ◦ blue 230

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

Shades of Medium Purple #A076E6

Tints of Medium Purple #A076E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 31.5%
G = 23.23%
B = 45.28%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A076E6 (or 0xA076E6) is known color: Medium Purple. HEX triplet: A0, 76 and E6. RGB value is (160,118,230). Sum of RGB (Red+Green+Blue) = 160+118+230=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A076E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076E6 is #5F8919. Grayscale: #8E8E8E. Windows color (decimal): -6261018 or 15103648. OLE color: 15103648.

HSL color Cylindrical-coordinate representation of color #A076E6: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A076E6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 118 230 -
CMYK 0.30 0.49 0 0.10
HSL 262.5º 0.69% 0.68% -
HSV(B) 262.5º 0.49% 0.9% -
XYZ 35.26 26.14 78.05 -
YUV 143.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 160 118 230 0.30 0.49 0 0.10 262.5 0.69 0.68
Hex A0 76 E6 1E 31 0 A 106 45 44
Octal 240 166 346 36 61 0 12 406 105 104
Binary 10100000 1110110 11100110 11110 110001 0 1010 100000110 1000101 1000100

Color Harmonies of #A076E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076E6

Black with #A076E6

Text Example


Text Example

White with #A076E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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