Html Css Color HEX #A449AE Violet Blue

📋 copy color: '#A449AE'

red 164 ◦ green 73 ◦ blue 174

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

Shades of Violet Blue #A449AE

Tints of Violet Blue #A449AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 39.9%
G = 17.76%
B = 42.34%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A449AE (or 0xA449AE) is known color: Violet Blue. HEX triplet: A4, 49 and AE. RGB value is (164,73,174). Sum of RGB (Red+Green+Blue) = 164+73+174=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A449AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AE is #5BB651. Grayscale: #6F6F6F. Windows color (decimal): -6010450 or 11422116. OLE color: 11422116.

HSL color Cylindrical-coordinate representation of color #A449AE: hue angle of 294.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A449AE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 73 174 -
CMYK 0.06 0.58 0 0.32
HSL 294.06º 0.41% 0.48% -
HSV(B) 294.06º 0.58% 0.68% -
XYZ 25.33 15.71 41.74 -
YUV 111.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 164 73 174 0.06 0.58 0 0.32 294.06 0.41 0.48
Hex A4 49 AE 6 3A 0 20 126 29 30
Octal 244 111 256 6 72 0 40 446 51 60
Binary 10100100 1001001 10101110 110 111010 0 100000 100100110 101001 110000

Color Harmonies of #A449AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449AE

Black with #A449AE

Text Example


Text Example

White with #A449AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449AE; }

 p { color: rgb(164,73,174); }

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

background-color css

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

 a { background-color: rgb(164,73,174); }

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

border-color css

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

 span { border-color: rgb(164,73,174); }

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