Html Css Color HEX #844AAE Studio

📋 copy color: '#844AAE'

red 132 ◦ green 74 ◦ blue 174

#844AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #844AAE

Tints of Studio #844AAE

RGB

 RED value IS 132 (51.95% from 255) = 34.74%

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 34.74%
G = 19.47%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#844AAE (or 0x844AAE) is known color: Studio. HEX triplet: 84, 4A and AE. RGB value is (132,74,174). Sum of RGB (Red+Green+Blue) = 132+74+174=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #844AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AAE is #7BB551. Grayscale: #666666. Windows color (decimal): -8107346 or 11422340. OLE color: 11422340.

HSL color Cylindrical-coordinate representation of color #844AAE: hue angle of 274.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844AAE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 74 174 -
CMYK 0.24 0.57 0 0.32
HSL 274.8º 0.4% 0.49% -
HSV(B) 274.8º 0.57% 0.68% -
XYZ 19.6 12.86 41.49 -
YUV 102.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 132 74 174 0.24 0.57 0 0.32 274.8 0.4 0.49
Hex 84 4A AE 18 39 0 20 113 28 31
Octal 204 112 256 30 71 0 40 423 50 61
Binary 10000100 1001010 10101110 11000 111001 0 100000 100010011 101000 110001

Color Harmonies of #844AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AAE

Black with #844AAE

Text Example


Text Example

White with #844AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,174); }

 H1.HeaderClassName
 {
   color: #844AAE;
 }
 .AnyTagClassName
 {
   color: #844AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(132,74,174); }

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

border-color css

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

 span { border-color: rgb(132,74,174); }

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