Html Css Color HEX #A029A3 Vivid Violet

📋 copy color: '#A029A3'

red 160 ◦ green 41 ◦ blue 163

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

Shades of Vivid Violet #A029A3

Tints of Vivid Violet #A029A3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

 BLUE value IS 163 (64.06% from 255) = 44.78%

R = 43.96%
G = 11.26%
B = 44.78%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A029A3 (or 0xA029A3) is known color: Vivid Violet. HEX triplet: A0, 29 and A3. RGB value is (160,41,163). Sum of RGB (Red+Green+Blue) = 160+41+163=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 163 - color contains mainly: blue. Hex color #A029A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A029A3 is #5FD65C. Grayscale: #5A5A5A. Windows color (decimal): -6280797 or 10693024. OLE color: 10693024.

HSL color Cylindrical-coordinate representation of color #A029A3: hue angle of 298.52º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A029A3 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 41 163 -
CMYK 0.02 0.75 0 0.36
HSL 298.52º 0.6% 0.4% -
HSV(B) 298.52º 0.75% 0.64% -
XYZ 21.9 11.7 35.76 -
YUV 90.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 160 41 163 0.02 0.75 0 0.36 298.52 0.6 0.4
Hex A0 29 A3 2 4B 0 24 12B 3C 28
Octal 240 51 243 2 113 0 44 453 74 50
Binary 10100000 101001 10100011 10 1001011 0 100100 100101011 111100 101000

Color Harmonies of #A029A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029A3

Black with #A029A3

Text Example


Text Example

White with #A029A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029A3; }

 p { color: rgb(160,41,163); }

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

background-color css

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

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

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

border-color css

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

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

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