Html Css Color HEX #A44E96 Violet Blue

📋 copy color: '#A44E96'

red 164 ◦ green 78 ◦ blue 150

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

Shades of Violet Blue #A44E96

Tints of Violet Blue #A44E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

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

R = 41.84%
G = 19.9%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A44E96 (or 0xA44E96) is known color: Violet Blue. HEX triplet: A4, 4E and 96. RGB value is (164,78,150). Sum of RGB (Red+Green+Blue) = 164+78+150=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E96 is #5BB169. Grayscale: #6F6F6F. Windows color (decimal): -6009194 or 9850532. OLE color: 9850532.

HSL color Cylindrical-coordinate representation of color #A44E96: hue angle of 309.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E96 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 78 150 -
CMYK 0 0.52 0.09 0.36
HSL 309.77º 0.36% 0.47% -
HSV(B) 309.77º 0.52% 0.64% -
XYZ 23.54 15.54 30.61 -
YUV 111.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 164 78 150 0 0.52 0.09 0.36 309.77 0.36 0.47
Hex A4 4E 96 0 34 9 24 136 24 2F
Octal 244 116 226 0 64 11 44 466 44 57
Binary 10100100 1001110 10010110 0 110100 1001 100100 100110110 100100 101111

Color Harmonies of #A44E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E96

Black with #A44E96

Text Example


Text Example

White with #A44E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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