Html Css Color HEX #804AAB Studio

📋 copy color: '#804AAB'

red 128 ◦ green 74 ◦ blue 171

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

Shades of Studio #804AAB

Tints of Studio #804AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 34.32%
G = 19.84%
B = 45.84%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804AAB (or 0x804AAB) is known color: Studio. HEX triplet: 80, 4A and AB. RGB value is (128,74,171). Sum of RGB (Red+Green+Blue) = 128+74+171=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #804AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804AAB is #7FB554. Grayscale: #646464. Windows color (decimal): -8369493 or 11225728. OLE color: 11225728.

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

Color convert

RGB 128 74 171 -
CMYK 0.25 0.57 0 0.33
HSL 273.4º 0.4% 0.48% -
HSV(B) 273.4º 0.57% 0.67% -
XYZ 18.7 12.43 39.94 -
YUV 101.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 128 74 171 0.25 0.57 0 0.33 273.4 0.4 0.48
Hex 80 4A AB 19 39 0 21 111 28 30
Octal 200 112 253 31 71 0 41 421 50 60
Binary 10000000 1001010 10101011 11001 111001 0 100001 100010001 101000 110000

Color Harmonies of #804AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AAB

Black with #804AAB

Text Example


Text Example

White with #804AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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