Html Css Color HEX #A4249F Vivid Violet

📋 copy color: '#A4249F'

red 164 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #A4249F

Tints of Vivid Violet #A4249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.03%

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

R = 45.68%
G = 10.03%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4249F (or 0xA4249F) is known color: Vivid Violet. HEX triplet: A4, 24 and 9F. RGB value is (164,36,159). Sum of RGB (Red+Green+Blue) = 164+36+159=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4249F is #5BDB60. Grayscale: #575757. Windows color (decimal): -6019937 or 10429604. OLE color: 10429604.

HSL color Cylindrical-coordinate representation of color #A4249F: hue angle of 302.34º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4249F is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 159 -
CMYK 0 0.78 0.03 0.36
HSL 302.34º 0.64% 0.39% -
HSV(B) 302.34º 0.78% 0.64% -
XYZ 22.2 11.66 33.88 -
YUV 88.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 164 36 159 0 0.78 0.03 0.36 302.34 0.64 0.39
Hex A4 24 9F 0 4E 3 24 12E 40 27
Octal 244 44 237 0 116 3 44 456 100 47
Binary 10100100 100100 10011111 0 1001110 11 100100 100101110 1000000 100111

Color Harmonies of #A4249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4249F

Black with #A4249F

Text Example


Text Example

White with #A4249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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