Html Css Color HEX #802AAD Vivid Violet

📋 copy color: '#802AAD'

red 128 ◦ green 42 ◦ blue 173

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

Shades of Vivid Violet #802AAD

Tints of Vivid Violet #802AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.24%

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

R = 37.32%
G = 12.24%
B = 50.44%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#802AAD (or 0x802AAD) is known color: Vivid Violet. HEX triplet: 80, 2A and AD. RGB value is (128,42,173). Sum of RGB (Red+Green+Blue) = 128+42+173=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #802AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802AAD is #7FD552. Grayscale: #525252. Windows color (decimal): -8377683 or 11348608. OLE color: 11348608.

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

Color convert

RGB 128 42 173 -
CMYK 0.26 0.76 0 0.32
HSL 279.39º 0.61% 0.42% -
HSV(B) 279.39º 0.76% 0.68% -
XYZ 17.27 9.26 40.41 -
YUV 82.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 128 42 173 0.26 0.76 0 0.32 279.39 0.61 0.42
Hex 80 2A AD 1A 4C 0 20 117 3D 2A
Octal 200 52 255 32 114 0 40 427 75 52
Binary 10000000 101010 10101101 11010 1001100 0 100000 100010111 111101 101010

Color Harmonies of #802AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802AAD

Black with #802AAD

Text Example


Text Example

White with #802AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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