#8245AB

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

Shades of Studio #8245AB

Tints of Studio #8245AB

Color information

#8245AB (or 0x8245AB) is unknown color: approx Studio. HEX triplet: 82, 45 and AB. RGB value is (130,69,171). Sum of RGB (Red+Green+Blue) = 130+69+171=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8245AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AB is #7DBA54. Grayscale: #626262. Windows color (decimal): -8239701 or 11224450. OLE color: 11224450.

HSL color Cylindrical-coordinate representation of color #8245AB: hue angle of 275.88º degrees, saturation: 0.42, 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 #8245AB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13069171-
CMYK0.240.6000.33
HSL275.88º42.5%47.06%-
HSV(B)275.88º59.65%67.06%-
XYZ18.6811.9439.85-
YUV98.87168.71150.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=35.14%
G=18.65%
B=46.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130691710.240.6000.33275.8842.547.06
Hex8245AB183C0211142a2f
Octal20210525330740414245257
Binary10000010100010110101011110001111000100001100010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8245AB; }

 p { color: rgb(130,69,171); }

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

<style>
 a { background-color: #8245AB; }

 a { background-color: rgb(130,69,171); }

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

<style>
 span { border-color: #8245AB; }

 span { border-color: rgb(130,69,171); }

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