Html Css Color HEX #A328A4 Vivid Violet

📋 copy color: '#A328A4'

red 163 ◦ green 40 ◦ blue 164

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

Shades of Vivid Violet #A328A4

Tints of Vivid Violet #A328A4

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

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

R = 44.41%
G = 10.9%
B = 44.69%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A328A4 (or 0xA328A4) is known color: Vivid Violet. HEX triplet: A3, 28 and A4. RGB value is (163,40,164). Sum of RGB (Red+Green+Blue) = 163+40+164=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #A328A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328A4 is #5CD75B. Grayscale: #5A5A5A. Windows color (decimal): -6084444 or 10758307. OLE color: 10758307.

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

Color convert

RGB 163 40 164 -
CMYK 0.01 0.76 0 0.36
HSL 299.52º 0.61% 0.4% -
HSV(B) 299.52º 0.76% 0.64% -
XYZ 22.56 11.98 36.25 -
YUV 90.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 163 40 164 0.01 0.76 0 0.36 299.52 0.61 0.4
Hex A3 28 A4 1 4C 0 24 12C 3D 28
Octal 243 50 244 1 114 0 44 454 75 50
Binary 10100011 101000 10100100 1 1001100 0 100100 100101100 111101 101000

Color Harmonies of #A328A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328A4

Black with #A328A4

Text Example


Text Example

White with #A328A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328A4; }

 p { color: rgb(163,40,164); }

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

background-color css

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

 a { background-color: rgb(163,40,164); }

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

border-color css

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

 span { border-color: rgb(163,40,164); }

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