Html Css Color HEX #A44496 Violet Blue

📋 copy color: '#A44496'

red 164 ◦ green 68 ◦ blue 150

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

Shades of Violet Blue #A44496

Tints of Violet Blue #A44496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 42.93%
G = 17.8%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A44496 (or 0xA44496) is known color: Violet Blue. HEX triplet: A4, 44 and 96. RGB value is (164,68,150). Sum of RGB (Red+Green+Blue) = 164+68+150=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A44496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44496 is #5BBB69. Grayscale: #696969. Windows color (decimal): -6011754 or 9847972. OLE color: 9847972.

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

Color convert

RGB 164 68 150 -
CMYK 0 0.59 0.09 0.36
HSL 308.75º 0.41% 0.45% -
HSV(B) 308.75º 0.59% 0.64% -
XYZ 22.88 14.23 30.39 -
YUV 106.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 164 68 150 0 0.59 0.09 0.36 308.75 0.41 0.45
Hex A4 44 96 0 3B 9 24 135 29 2D
Octal 244 104 226 0 73 11 44 465 51 55
Binary 10100100 1000100 10010110 0 111011 1001 100100 100110101 101001 101101

Color Harmonies of #A44496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44496

Black with #A44496

Text Example


Text Example

White with #A44496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44496; }

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

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

background-color css

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

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

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

border-color css

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

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

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