Html Css Color HEX #A031A0 Vivid Violet

📋 copy color: '#A031A0'

red 160 ◦ green 49 ◦ blue 160

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

Shades of Vivid Violet #A031A0

Tints of Vivid Violet #A031A0

RGB

 RED value IS 160 (62.89% from 255) = 43.36%

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 43.36%
G = 13.28%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A031A0 (or 0xA031A0) is known color: Vivid Violet. HEX triplet: A0, 31 and A0. RGB value is (160,49,160). Sum of RGB (Red+Green+Blue) = 160+49+160=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A031A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031A0 is #5FCE5F. Grayscale: #5E5E5E. Windows color (decimal): -6278752 or 10498464. OLE color: 10498464.

HSL color Cylindrical-coordinate representation of color #A031A0: hue angle of 300º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A031A0 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 160 -
CMYK 0 0.69 0 0.37
HSL 300º 0.53% 0.41% -
HSV(B) 300º 0.69% 0.63% -
XYZ 21.94 12.21 34.46 -
YUV 94.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 160 49 160 0 0.69 0 0.37 300 0.53 0.41
Hex A0 31 A0 0 45 0 25 12C 35 29
Octal 240 61 240 0 105 0 45 454 65 51
Binary 10100000 110001 10100000 0 1000101 0 100101 100101100 110101 101001

Color Harmonies of #A031A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031A0

Black with #A031A0

Text Example


Text Example

White with #A031A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031A0; }

 p { color: rgb(160,49,160); }

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

background-color css

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

 a { background-color: rgb(160,49,160); }

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

border-color css

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

 span { border-color: rgb(160,49,160); }

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