Html Css Color HEX #A329A6 Vivid Violet

📋 copy color: '#A329A6'

red 163 ◦ green 41 ◦ blue 166

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

Shades of Vivid Violet #A329A6

Tints of Vivid Violet #A329A6

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

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

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 44.05%
G = 11.08%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A329A6 (or 0xA329A6) is known color: Vivid Violet. HEX triplet: A3, 29 and A6. RGB value is (163,41,166). Sum of RGB (Red+Green+Blue) = 163+41+166=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #A329A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A329A6 is #5CD659. Grayscale: #5B5B5B. Windows color (decimal): -6084186 or 10889635. OLE color: 10889635.

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

Color convert

RGB 163 41 166 -
CMYK 0.02 0.75 0 0.35
HSL 298.56º 0.6% 0.41% -
HSV(B) 298.56º 0.75% 0.65% -
XYZ 22.78 12.13 37.22 -
YUV 91.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 163 41 166 0.02 0.75 0 0.35 298.56 0.6 0.41
Hex A3 29 A6 2 4B 0 23 12B 3C 29
Octal 243 51 246 2 113 0 43 453 74 51
Binary 10100011 101001 10100110 10 1001011 0 100011 100101011 111100 101001

Color Harmonies of #A329A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329A6

Black with #A329A6

Text Example


Text Example

White with #A329A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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