Html Css Color HEX #804CAA Studio

📋 copy color: '#804CAA'

red 128 ◦ green 76 ◦ blue 170

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

Shades of Studio #804CAA

Tints of Studio #804CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 34.22%
G = 20.32%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804CAA (or 0x804CAA) is known color: Studio. HEX triplet: 80, 4C and AA. RGB value is (128,76,170). Sum of RGB (Red+Green+Blue) = 128+76+170=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #804CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAA is #7FB355. Grayscale: #656565. Windows color (decimal): -8368982 or 11160704. OLE color: 11160704.

HSL color Cylindrical-coordinate representation of color #804CAA: hue angle of 273.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804CAA is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 76 170 -
CMYK 0.25 0.55 0 0.33
HSL 273.19º 0.38% 0.48% -
HSV(B) 273.19º 0.55% 0.67% -
XYZ 18.74 12.66 39.49 -
YUV 102.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 128 76 170 0.25 0.55 0 0.33 273.19 0.38 0.48
Hex 80 4C AA 19 37 0 21 111 26 30
Octal 200 114 252 31 67 0 41 421 46 60
Binary 10000000 1001100 10101010 11001 110111 0 100001 100010001 100110 110000

Color Harmonies of #804CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CAA

Black with #804CAA

Text Example


Text Example

White with #804CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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