Html Css Color HEX #A44699 Violet Blue

📋 copy color: '#A44699'

red 164 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #A44699

Tints of Violet Blue #A44699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 42.38%
G = 18.09%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A44699 (or 0xA44699) is known color: Violet Blue. HEX triplet: A4, 46 and 99. RGB value is (164,70,153). Sum of RGB (Red+Green+Blue) = 164+70+153=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A44699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44699 is #5BB966. Grayscale: #6B6B6B. Windows color (decimal): -6011239 or 10045092. OLE color: 10045092.

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

Color convert

RGB 164 70 153 -
CMYK 0 0.57 0.07 0.36
HSL 307.02º 0.4% 0.46% -
HSV(B) 307.02º 0.57% 0.64% -
XYZ 23.25 14.57 31.72 -
YUV 107.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 164 70 153 0 0.57 0.07 0.36 307.02 0.4 0.46
Hex A4 46 99 0 39 7 24 133 28 2E
Octal 244 106 231 0 71 7 44 463 50 56
Binary 10100100 1000110 10011001 0 111001 111 100100 100110011 101000 101110

Color Harmonies of #A44699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44699

Black with #A44699

Text Example


Text Example

White with #A44699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44699; }

 p { color: rgb(164,70,153); }

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

background-color css

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

 a { background-color: rgb(164,70,153); }

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

border-color css

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

 span { border-color: rgb(164,70,153); }

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