Html Css Color HEX #8048AA Studio

📋 copy color: '#8048AA'

red 128 ◦ green 72 ◦ blue 170

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

Shades of Studio #8048AA

Tints of Studio #8048AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

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

R = 34.59%
G = 19.46%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8048AA (or 0x8048AA) is known color: Studio. HEX triplet: 80, 48 and AA. RGB value is (128,72,170). Sum of RGB (Red+Green+Blue) = 128+72+170=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #8048AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8048AA is #7FB755. Grayscale: #636363. Windows color (decimal): -8370006 or 11159680. OLE color: 11159680.

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

Color convert

RGB 128 72 170 -
CMYK 0.25 0.58 0 0.33
HSL 274.29º 0.4% 0.47% -
HSV(B) 274.29º 0.58% 0.67% -
XYZ 18.48 12.13 39.4 -
YUV 99.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 128 72 170 0.25 0.58 0 0.33 274.29 0.4 0.47
Hex 80 48 AA 19 3A 0 21 112 28 2F
Octal 200 110 252 31 72 0 41 422 50 57
Binary 10000000 1001000 10101010 11001 111010 0 100001 100010010 101000 101111

Color Harmonies of #8048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048AA

Black with #8048AA

Text Example


Text Example

White with #8048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8048AA; }

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

 H1.HeaderClassName
 {
   color: #8048AA;
 }
 .AnyTagClassName
 {
   color: #8048AA;
 }
</style>

background-color css

<style>
 a { background-color: #8048AA; }

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

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

border-color css

<style>
 span { border-color: #8048AA; }

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

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