#864AAA

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

Shades of Studio #864AAA

Tints of Studio #864AAA

Color information

#864AAA (or 0x864AAA) is unknown color: approx Studio. HEX triplet: 86, 4A and AA. RGB value is (134,74,170). Sum of RGB (Red+Green+Blue) = 134+74+170=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #864AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AAA is #79B555. Grayscale: #666666. Windows color (decimal): -7976278 or 11160198. OLE color: 11160198.

HSL color Cylindrical-coordinate representation of color #864AAA: hue angle of 277.5º 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 #864AAA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13474170-
CMYK0.210.5600.33
HSL277.5º39.34%47.84%-
HSV(B)277.5º56.47%66.67%-
XYZ19.5412.8739.48-
YUV102.88165.88150.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=35.45%
G=19.58%
B=44.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134741700.210.5600.33277.539.3447.84
Hex864AAA15380211162730
Octal20611225225700414264760
Binary10000110100101010101010101011110000100001100010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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