Html Css Color HEX #844AAB Studio

📋 copy color: '#844AAB'

red 132 ◦ green 74 ◦ blue 171

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

Shades of Studio #844AAB

Tints of Studio #844AAB

RGB

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

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

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

R = 35.01%
G = 19.63%
B = 45.36%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#844AAB (or 0x844AAB) is known color: Studio. HEX triplet: 84, 4A and AB. RGB value is (132,74,171). Sum of RGB (Red+Green+Blue) = 132+74+171=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #844AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AAB is #7BB554. Grayscale: #666666. Windows color (decimal): -8107349 or 11225732. OLE color: 11225732.

HSL color Cylindrical-coordinate representation of color #844AAB: hue angle of 275.88º 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 #844AAB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 74 171 -
CMYK 0.23 0.57 0 0.33
HSL 275.88º 0.4% 0.48% -
HSV(B) 275.88º 0.57% 0.67% -
XYZ 19.32 12.74 39.97 -
YUV 102.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 132 74 171 0.23 0.57 0 0.33 275.88 0.4 0.48
Hex 84 4A AB 17 39 0 21 114 28 30
Octal 204 112 253 27 71 0 41 424 50 60
Binary 10000100 1001010 10101011 10111 111001 0 100001 100010100 101000 110000

Color Harmonies of #844AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AAB

Black with #844AAB

Text Example


Text Example

White with #844AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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