Html Css Color HEX #804CAE Studio

📋 copy color: '#804CAE'

red 128 ◦ green 76 ◦ blue 174

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

Shades of Studio #804CAE

Tints of Studio #804CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 33.86%
G = 20.11%
B = 46.03%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#804CAE (or 0x804CAE) is known color: Studio. HEX triplet: 80, 4C and AE. RGB value is (128,76,174). Sum of RGB (Red+Green+Blue) = 128+76+174=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #804CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAE is #7FB351. Grayscale: #666666. Windows color (decimal): -8368978 or 11422848. OLE color: 11422848.

HSL color Cylindrical-coordinate representation of color #804CAE: hue angle of 271.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804CAE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 76 174 -
CMYK 0.26 0.56 0 0.32
HSL 271.84º 0.39% 0.49% -
HSV(B) 271.84º 0.56% 0.68% -
XYZ 19.13 12.81 41.51 -
YUV 102.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 128 76 174 0.26 0.56 0 0.32 271.84 0.39 0.49
Hex 80 4C AE 1A 38 0 20 110 27 31
Octal 200 114 256 32 70 0 40 420 47 61
Binary 10000000 1001100 10101110 11010 111000 0 100000 100010000 100111 110001

Color Harmonies of #804CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CAE

Black with #804CAE

Text Example


Text Example

White with #804CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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