#843AAC

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

Shades of Studio #843AAC

Tints of Studio #843AAC

Color information

#843AAC (or 0x843AAC) is unknown color: approx Studio. HEX triplet: 84, 3A and AC. RGB value is (132,58,172). Sum of RGB (Red+Green+Blue) = 132+58+172=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #843AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAC is #7BC553. Grayscale: #5C5C5C. Windows color (decimal): -8111444 or 11287172. OLE color: 11287172.

HSL color Cylindrical-coordinate representation of color #843AAC: hue angle of 278.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843AAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13258172-
CMYK0.230.6600.33
HSL278.95º49.57%45.1%-
HSV(B)278.95º66.28%67.45%-
XYZ18.4810.9140.16-
YUV93.12172.52155.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=36.46%
G=16.02%
B=47.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132581720.230.6600.33278.9549.5745.1
Hex843AAC1742021117322d
Octal20472254271020414276255
Binary10000100111010101011001011110000100100001100010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843AAC; }

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

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

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

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

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

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

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

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