Html Css Color HEX #A034A1 Vivid Violet

📋 copy color: '#A034A1'

red 160 ◦ green 52 ◦ blue 161

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

Shades of Vivid Violet #A034A1

Tints of Vivid Violet #A034A1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 42.9%
G = 13.94%
B = 43.16%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A034A1 (or 0xA034A1) is known color: Vivid Violet. HEX triplet: A0, 34 and A1. RGB value is (160,52,161). Sum of RGB (Red+Green+Blue) = 160+52+161=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #A034A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034A1 is #5FCB5E. Grayscale: #606060. Windows color (decimal): -6277983 or 10564768. OLE color: 10564768.

HSL color Cylindrical-coordinate representation of color #A034A1: hue angle of 299.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A034A1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 161 -
CMYK 0.01 0.68 0 0.37
HSL 299.45º 0.51% 0.42% -
HSV(B) 299.45º 0.68% 0.63% -
XYZ 22.16 12.5 34.96 -
YUV 96.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 160 52 161 0.01 0.68 0 0.37 299.45 0.51 0.42
Hex A0 34 A1 1 44 0 25 12B 33 2A
Octal 240 64 241 1 104 0 45 453 63 52
Binary 10100000 110100 10100001 1 1000100 0 100101 100101011 110011 101010

Color Harmonies of #A034A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034A1

Black with #A034A1

Text Example


Text Example

White with #A034A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034A1; }

 p { color: rgb(160,52,161); }

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

background-color css

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

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

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

border-color css

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

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

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