Html Css Color HEX #A029A4 Vivid Violet

📋 copy color: '#A029A4'

red 160 ◦ green 41 ◦ blue 164

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

Shades of Vivid Violet #A029A4

Tints of Vivid Violet #A029A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.93%

R = 43.84%
G = 11.23%
B = 44.93%

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

#A029A4 (or 0xA029A4) is known color: Vivid Violet. HEX triplet: A0, 29 and A4. RGB value is (160,41,164). Sum of RGB (Red+Green+Blue) = 160+41+164=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #A029A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A029A4 is #5FD65B. Grayscale: #5A5A5A. Windows color (decimal): -6280796 or 10758560. OLE color: 10758560.

HSL color Cylindrical-coordinate representation of color #A029A4: hue angle of 298.05º 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 #A029A4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 41 164 -
CMYK 0.02 0.75 0 0.36
HSL 298.05º 0.6% 0.4% -
HSV(B) 298.05º 0.75% 0.64% -
XYZ 21.99 11.74 36.23 -
YUV 90.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 160 41 164 0.02 0.75 0 0.36 298.05 0.6 0.4
Hex A0 29 A4 2 4B 0 24 12A 3C 28
Octal 240 51 244 2 113 0 44 452 74 50
Binary 10100000 101001 10100100 10 1001011 0 100100 100101010 111100 101000

Color Harmonies of #A029A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029A4

Black with #A029A4

Text Example


Text Example

White with #A029A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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