Html Css Color HEX #A034A0 Vivid Violet

📋 copy color: '#A034A0'

red 160 ◦ green 52 ◦ blue 160

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

Shades of Vivid Violet #A034A0

Tints of Vivid Violet #A034A0

RGB

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

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

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

R = 43.01%
G = 13.98%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A034A0 (or 0xA034A0) is known color: Vivid Violet. HEX triplet: A0, 34 and A0. RGB value is (160,52,160). Sum of RGB (Red+Green+Blue) = 160+52+160=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A034A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034A0 is #5FCB5F. Grayscale: #606060. Windows color (decimal): -6277984 or 10499232. OLE color: 10499232.

HSL color Cylindrical-coordinate representation of color #A034A0: hue angle of 300º 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 #A034A0 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 160 -
CMYK 0 0.68 0 0.37
HSL 300º 0.51% 0.42% -
HSV(B) 300º 0.68% 0.63% -
XYZ 22.07 12.47 34.5 -
YUV 96.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 160 52 160 0 0.68 0 0.37 300 0.51 0.42
Hex A0 34 A0 0 44 0 25 12C 33 2A
Octal 240 64 240 0 104 0 45 454 63 52
Binary 10100000 110100 10100000 0 1000100 0 100101 100101100 110011 101010

Color Harmonies of #A034A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034A0

Black with #A034A0

Text Example


Text Example

White with #A034A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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