#8446AC

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

Shades of Studio #8446AC

Tints of Studio #8446AC

Color information

#8446AC (or 0x8446AC) is unknown color: approx Studio. HEX triplet: 84, 46 and AC. RGB value is (132,70,172). Sum of RGB (Red+Green+Blue) = 132+70+172=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8446AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8446AC is #7BB953. Grayscale: #636363. Windows color (decimal): -8108372 or 11290244. OLE color: 11290244.

HSL color Cylindrical-coordinate representation of color #8446AC: hue angle of 276.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8446AC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13270172-
CMYK0.230.5900.33
HSL276.47º42.15%47.45%-
HSV(B)276.47º59.3%67.45%-
XYZ19.1512.2640.39-
YUV100.17168.54150.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=35.29%
G=18.72%
B=45.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132701720.230.5900.33276.4742.1547.45
Hex8446AC173B0211142a2f
Octal20410625427730414245257
Binary10000100100011010101100101111110110100001100010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8446AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,70,172); }

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

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

 a { background-color: rgb(132,70,172); }

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

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

 span { border-color: rgb(132,70,172); }

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