Html Css Color HEX #A44EA7 Violet Blue

📋 copy color: '#A44EA7'

red 164 ◦ green 78 ◦ blue 167

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

Shades of Violet Blue #A44EA7

Tints of Violet Blue #A44EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 40.1%
G = 19.07%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A44EA7 (or 0xA44EA7) is known color: Violet Blue. HEX triplet: A4, 4E and A7. RGB value is (164,78,167). Sum of RGB (Red+Green+Blue) = 164+78+167=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #A44EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EA7 is #5BB158. Grayscale: #717171. Windows color (decimal): -6009177 or 10964644. OLE color: 10964644.

HSL color Cylindrical-coordinate representation of color #A44EA7: hue angle of 297.98º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44EA7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 78 167 -
CMYK 0.02 0.53 0 0.35
HSL 297.98º 0.36% 0.48% -
HSV(B) 297.98º 0.53% 0.65% -
XYZ 25.01 16.13 38.35 -
YUV 113.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 164 78 167 0.02 0.53 0 0.35 297.98 0.36 0.48
Hex A4 4E A7 2 35 0 23 12A 24 30
Octal 244 116 247 2 65 0 43 452 44 60
Binary 10100100 1001110 10100111 10 110101 0 100011 100101010 100100 110000

Color Harmonies of #A44EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EA7

Black with #A44EA7

Text Example


Text Example

White with #A44EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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