Html Css Color HEX #A44499 Violet Blue

📋 copy color: '#A44499'

red 164 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #A44499

Tints of Violet Blue #A44499

RGB

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

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

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

R = 42.6%
G = 17.66%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A44499 (or 0xA44499) is known color: Violet Blue. HEX triplet: A4, 44 and 99. RGB value is (164,68,153). Sum of RGB (Red+Green+Blue) = 164+68+153=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44499 is #5BBB66. Grayscale: #6A6A6A. Windows color (decimal): -6011751 or 10044580. OLE color: 10044580.

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

Color convert

RGB 164 68 153 -
CMYK 0 0.59 0.07 0.36
HSL 306.88º 0.41% 0.45% -
HSV(B) 306.88º 0.59% 0.64% -
XYZ 23.13 14.33 31.68 -
YUV 106.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 164 68 153 0 0.59 0.07 0.36 306.88 0.41 0.45
Hex A4 44 99 0 3B 7 24 133 29 2D
Octal 244 104 231 0 73 7 44 463 51 55
Binary 10100100 1000100 10011001 0 111011 111 100100 100110011 101001 101101

Color Harmonies of #A44499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44499

Black with #A44499

Text Example


Text Example

White with #A44499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44499; }

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

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

background-color css

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

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

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

border-color css

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

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

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