#823AAE

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

Shades of Studio #823AAE

Tints of Studio #823AAE

Color information

#823AAE (or 0x823AAE) is unknown color: approx Studio. HEX triplet: 82, 3A and AE. RGB value is (130,58,174). Sum of RGB (Red+Green+Blue) = 130+58+174=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #823AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823AAE is #7DC551. Grayscale: #5C5C5C. Windows color (decimal): -8242514 or 11418242. OLE color: 11418242.

HSL color Cylindrical-coordinate representation of color #823AAE: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823AAE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13058174-
CMYK0.250.6700.32
HSL277.24º50%45.49%-
HSV(B)277.24º66.67%68.24%-
XYZ18.3610.8341.17-
YUV92.75173.85154.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=35.91%
G=16.02%
B=48.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130581740.250.6700.32277.245045.49
Hex823AAE1943020115322d
Octal20272256311030404256255
Binary10000010111010101011101100110000110100000100010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823AAE; }

 p { color: rgb(130,58,174); }

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

<style>
 a { background-color: #823AAE; }

 a { background-color: rgb(130,58,174); }

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

<style>
 span { border-color: #823AAE; }

 span { border-color: rgb(130,58,174); }

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