#8448AA

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

Shades of Studio #8448AA

Tints of Studio #8448AA

Color information

#8448AA (or 0x8448AA) is unknown color: approx Studio. HEX triplet: 84, 48 and AA. RGB value is (132,72,170). Sum of RGB (Red+Green+Blue) = 132+72+170=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8448AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8448AA is #7BB755. Grayscale: #646464. Windows color (decimal): -8107862 or 11159684. OLE color: 11159684.

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

Color convert

RGB13272170-
CMYK0.220.5800.33
HSL276.73º40.5%47.45%-
HSV(B)276.73º57.65%66.67%-
XYZ19.0912.4439.43-
YUV101.11166.88150.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=35.29%
G=19.25%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132721700.220.5800.33276.7340.547.45
Hex8448AA163A021115282f
Octal20411025226720414255057
Binary10000100100100010101010101101110100100001100010101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,72,170); }

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

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

 a { background-color: rgb(132,72,170); }

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

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

 span { border-color: rgb(132,72,170); }

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