Html Css Color HEX #A4449F Violet Blue

📋 copy color: '#A4449F'

red 164 ◦ green 68 ◦ blue 159

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

Shades of Violet Blue #A4449F

Tints of Violet Blue #A4449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

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

R = 41.94%
G = 17.39%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4449F (or 0xA4449F) is known color: Violet Blue. HEX triplet: A4, 44 and 9F. RGB value is (164,68,159). Sum of RGB (Red+Green+Blue) = 164+68+159=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4449F is #5BBB60. Grayscale: #6A6A6A. Windows color (decimal): -6011745 or 10437796. OLE color: 10437796.

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

Color convert

RGB 164 68 159 -
CMYK 0 0.59 0.03 0.36
HSL 303.13º 0.41% 0.45% -
HSV(B) 303.13º 0.59% 0.64% -
XYZ 23.63 14.53 34.36 -
YUV 107.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 164 68 159 0 0.59 0.03 0.36 303.13 0.41 0.45
Hex A4 44 9F 0 3B 3 24 12F 29 2D
Octal 244 104 237 0 73 3 44 457 51 55
Binary 10100100 1000100 10011111 0 111011 11 100100 100101111 101001 101101

Color Harmonies of #A4449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4449F

Black with #A4449F

Text Example


Text Example

White with #A4449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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