#8044AA

Color #8044AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8044AA

Tints of Studio #8044AA

Color information

#8044AA (or 0x8044AA) is unknown color: approx Studio. HEX triplet: 80, 44 and AA. RGB value is (128,68,170). Sum of RGB (Red+Green+Blue) = 128+68+170=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #8044AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8044AA is #7FBB55. Grayscale: #616161. Windows color (decimal): -8371030 or 11158656. OLE color: 11158656.

HSL color Cylindrical-coordinate representation of color #8044AA: hue angle of 275.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8044AA is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12868170-
CMYK0.250.600.33
HSL275.29º42.86%46.67%-
HSV(B)275.29º60%66.67%-
XYZ18.2211.6339.31-
YUV97.57168.88149.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=34.97%
G=18.58%
B=46.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128681700.250.600.33275.2942.8646.67
Hex8044AA193C0211132b2f
Octal20010425231740414235357
Binary10000000100010010101010110011111000100001100010011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8044AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8044AA; }

 p { color: rgb(128,68,170); }

 H1.HeaderClassName
 {
   color: #8044AA;
 }
 .AnyTagClassName
 {
   color: #8044AA;
 }
</style>
background-color css

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

 a { background-color: rgb(128,68,170); }

 div.DivClassName
 {
   background-color: #8044AA;
 }
 .BgClassName
 {
   background-color: #8044AA;
 }
</style>
border-color css

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

 span { border-color: rgb(128,68,170); }

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