Html Css Color HEX #A4449E Violet Blue

📋 copy color: '#A4449E'

red 164 ◦ green 68 ◦ blue 158

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

Shades of Violet Blue #A4449E

Tints of Violet Blue #A4449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 42.05%
G = 17.44%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4449E (or 0xA4449E) is known color: Violet Blue. HEX triplet: A4, 44 and 9E. RGB value is (164,68,158). Sum of RGB (Red+Green+Blue) = 164+68+158=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4449E is #5BBB61. Grayscale: #6A6A6A. Windows color (decimal): -6011746 or 10372260. OLE color: 10372260.

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

Color convert

RGB 164 68 158 -
CMYK 0 0.59 0.04 0.36
HSL 303.75º 0.41% 0.45% -
HSV(B) 303.75º 0.59% 0.64% -
XYZ 23.55 14.5 33.9 -
YUV 106.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 164 68 158 0 0.59 0.04 0.36 303.75 0.41 0.45
Hex A4 44 9E 0 3B 4 24 130 29 2D
Octal 244 104 236 0 73 4 44 460 51 55
Binary 10100100 1000100 10011110 0 111011 100 100100 100110000 101001 101101

Color Harmonies of #A4449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4449E

Black with #A4449E

Text Example


Text Example

White with #A4449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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