#825CAA

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

Shades of Studio #825CAA

Tints of Studio #825CAA

Color information

#825CAA (or 0x825CAA) is unknown color: approx Studio. HEX triplet: 82, 5C and AA. RGB value is (130,92,170). Sum of RGB (Red+Green+Blue) = 130+92+170=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #825CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAA is #7DA355. Grayscale: #6F6F6F. Windows color (decimal): -8233814 or 11164802. OLE color: 11164802.

HSL color Cylindrical-coordinate representation of color #825CAA: hue angle of 269.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825CAA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13092170-
CMYK0.240.4600.33
HSL269.23º31.45%51.37%-
HSV(B)269.23º45.88%66.67%-
XYZ20.2915.339.91-
YUV112.25160.59140.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=33.16%
G=23.47%
B=43.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130921700.240.4600.33269.2331.4551.37
Hex825CAA182E02110d1f33
Octal20213425230560414153763
Binary1000001010111001010101011000101110010000110000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825CAA; }

 p { color: rgb(130,92,170); }

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

<style>
 a { background-color: #825CAA; }

 a { background-color: rgb(130,92,170); }

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

<style>
 span { border-color: #825CAA; }

 span { border-color: rgb(130,92,170); }

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