Html Css Color HEX #A4289F Vivid Violet

📋 copy color: '#A4289F'

red 164 ◦ green 40 ◦ blue 159

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

Shades of Vivid Violet #A4289F

Tints of Vivid Violet #A4289F

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 45.18%
G = 11.02%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4289F (or 0xA4289F) is known color: Vivid Violet. HEX triplet: A4, 28 and 9F. RGB value is (164,40,159). Sum of RGB (Red+Green+Blue) = 164+40+159=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4289F is #5BD760. Grayscale: #5A5A5A. Windows color (decimal): -6018913 or 10430628. OLE color: 10430628.

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

Color convert

RGB 164 40 159 -
CMYK 0 0.76 0.03 0.36
HSL 302.42º 0.61% 0.4% -
HSV(B) 302.42º 0.76% 0.64% -
XYZ 22.33 11.91 33.92 -
YUV 90.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 164 40 159 0 0.76 0.03 0.36 302.42 0.61 0.4
Hex A4 28 9F 0 4C 3 24 12E 3D 28
Octal 244 50 237 0 114 3 44 456 75 50
Binary 10100100 101000 10011111 0 1001100 11 100100 100101110 111101 101000

Color Harmonies of #A4289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4289F

Black with #A4289F

Text Example


Text Example

White with #A4289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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