#813AAC

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

Shades of Studio #813AAC

Tints of Studio #813AAC

Color information

#813AAC (or 0x813AAC) is unknown color: approx Studio. HEX triplet: 81, 3A and AC. RGB value is (129,58,172). Sum of RGB (Red+Green+Blue) = 129+58+172=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #813AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AAC is #7EC553. Grayscale: #5B5B5B. Windows color (decimal): -8308052 or 11287169. OLE color: 11287169.

HSL color Cylindrical-coordinate representation of color #813AAC: hue angle of 277.37º 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 #813AAC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12958172-
CMYK0.250.6600.33
HSL277.37º49.57%45.1%-
HSV(B)277.37º66.28%67.45%-
XYZ18.0110.6740.14-
YUV92.22173.02154.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=35.93%
G=16.16%
B=47.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129581720.250.6600.33277.3749.5745.1
Hex813AAC1942021115322d
Octal20172254311020414256255
Binary10000001111010101011001100110000100100001100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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