Html Css Color HEX #803AAD Studio

📋 copy color: '#803AAD'

red 128 ◦ green 58 ◦ blue 173

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

Shades of Studio #803AAD

Tints of Studio #803AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 35.65%
G = 16.16%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#803AAD (or 0x803AAD) is known color: Studio. HEX triplet: 80, 3A and AD. RGB value is (128,58,173). Sum of RGB (Red+Green+Blue) = 128+58+173=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #803AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803AAD is #7FC552. Grayscale: #5B5B5B. Windows color (decimal): -8373587 or 11352704. OLE color: 11352704.

HSL color Cylindrical-coordinate representation of color #803AAD: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803AAD is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 58 173 -
CMYK 0.26 0.66 0 0.32
HSL 276.52º 0.5% 0.45% -
HSV(B) 276.52º 0.66% 0.68% -
XYZ 17.96 10.63 40.64 -
YUV 92.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 128 58 173 0.26 0.66 0 0.32 276.52 0.5 0.45
Hex 80 3A AD 1A 42 0 20 115 32 2D
Octal 200 72 255 32 102 0 40 425 62 55
Binary 10000000 111010 10101101 11010 1000010 0 100000 100010101 110010 101101

Color Harmonies of #803AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803AAD

Black with #803AAD

Text Example


Text Example

White with #803AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803AAD; }

 p { color: rgb(128,58,173); }

 H1.HeaderClassName
 {
   color: #803AAD;
 }
 .AnyTagClassName
 {
   color: #803AAD;
 }
</style>

background-color css

<style>
 a { background-color: #803AAD; }

 a { background-color: rgb(128,58,173); }

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

border-color css

<style>
 span { border-color: #803AAD; }

 span { border-color: rgb(128,58,173); }

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