Html Css Color HEX #804AAE Studio

📋 copy color: '#804AAE'

red 128 ◦ green 74 ◦ blue 174

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

Shades of Studio #804AAE

Tints of Studio #804AAE

RGB

 RED value IS 128 (50.39% from 255) = 34.04%

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

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

R = 34.04%
G = 19.68%
B = 46.28%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#804AAE (or 0x804AAE) is known color: Studio. HEX triplet: 80, 4A and AE. RGB value is (128,74,174). Sum of RGB (Red+Green+Blue) = 128+74+174=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #804AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804AAE is #7FB551. Grayscale: #656565. Windows color (decimal): -8369490 or 11422336. OLE color: 11422336.

HSL color Cylindrical-coordinate representation of color #804AAE: hue angle of 272.4º 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 #804AAE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 74 174 -
CMYK 0.26 0.57 0 0.32
HSL 272.4º 0.4% 0.49% -
HSV(B) 272.4º 0.57% 0.68% -
XYZ 18.99 12.54 41.46 -
YUV 101.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 128 74 174 0.26 0.57 0 0.32 272.4 0.4 0.49
Hex 80 4A AE 1A 39 0 20 110 28 31
Octal 200 112 256 32 71 0 40 420 50 61
Binary 10000000 1001010 10101110 11010 111001 0 100000 100010000 101000 110001

Color Harmonies of #804AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AAE

Black with #804AAE

Text Example


Text Example

White with #804AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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