Html Css Color HEX #8049AC Studio

📋 copy color: '#8049AC'

red 128 ◦ green 73 ◦ blue 172

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

Shades of Studio #8049AC

Tints of Studio #8049AC

RGB

 RED value IS 128 (50.39% from 255) = 34.32%

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 34.32%
G = 19.57%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8049AC (or 0x8049AC) is known color: Studio. HEX triplet: 80, 49 and AC. RGB value is (128,73,172). Sum of RGB (Red+Green+Blue) = 128+73+172=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8049AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AC is #7FB653. Grayscale: #646464. Windows color (decimal): -8369748 or 11291008. OLE color: 11291008.

HSL color Cylindrical-coordinate representation of color #8049AC: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8049AC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 73 172 -
CMYK 0.26 0.58 0 0.33
HSL 273.33º 0.4% 0.48% -
HSV(B) 273.33º 0.58% 0.67% -
XYZ 18.73 12.33 40.42 -
YUV 100.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 128 73 172 0.26 0.58 0 0.33 273.33 0.4 0.48
Hex 80 49 AC 1A 3A 0 21 111 28 30
Octal 200 111 254 32 72 0 41 421 50 60
Binary 10000000 1001001 10101100 11010 111010 0 100001 100010001 101000 110000

Color Harmonies of #8049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049AC

Black with #8049AC

Text Example


Text Example

White with #8049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8049AC; }

 p { color: rgb(128,73,172); }

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

background-color css

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

 a { background-color: rgb(128,73,172); }

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

border-color css

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

 span { border-color: rgb(128,73,172); }

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