#854AAA

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

Shades of Studio #854AAA

Tints of Studio #854AAA

Color information

#854AAA (or 0x854AAA) is unknown color: approx Studio. HEX triplet: 85, 4A and AA. RGB value is (133,74,170). Sum of RGB (Red+Green+Blue) = 133+74+170=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #854AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854AAA is #7AB555. Grayscale: #666666. Windows color (decimal): -8041814 or 11160197. OLE color: 11160197.

HSL color Cylindrical-coordinate representation of color #854AAA: hue angle of 276.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854AAA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13374170-
CMYK0.220.5600.33
HSL276.88º39.34%47.84%-
HSV(B)276.88º56.47%66.67%-
XYZ19.3812.7939.48-
YUV102.58166.05149.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=35.28%
G=19.63%
B=45.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133741700.220.5600.33276.8839.3447.84
Hex854AAA16380211152730
Octal20511225226700414254760
Binary10000101100101010101010101101110000100001100010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854AAA; }

 p { color: rgb(133,74,170); }

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

<style>
 a { background-color: #854AAA; }

 a { background-color: rgb(133,74,170); }

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

<style>
 span { border-color: #854AAA; }

 span { border-color: rgb(133,74,170); }

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