Html Css Color HEX #A649AE Violet Blue

📋 copy color: '#A649AE'

red 166 ◦ green 73 ◦ blue 174

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

Shades of Violet Blue #A649AE

Tints of Violet Blue #A649AE

RGB

 RED value IS 166 (65.23% from 255) = 40.19%

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

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

R = 40.19%
G = 17.68%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A649AE (or 0xA649AE) is known color: Violet Blue. HEX triplet: A6, 49 and AE. RGB value is (166,73,174). Sum of RGB (Red+Green+Blue) = 166+73+174=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #A649AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649AE is #59B651. Grayscale: #707070. Windows color (decimal): -5879378 or 11422118. OLE color: 11422118.

HSL color Cylindrical-coordinate representation of color #A649AE: hue angle of 295.25º 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 #A649AE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 73 174 -
CMYK 0.05 0.58 0 0.32
HSL 295.25º 0.41% 0.48% -
HSV(B) 295.25º 0.58% 0.68% -
XYZ 25.75 15.93 41.76 -
YUV 112.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 166 73 174 0.05 0.58 0 0.32 295.25 0.41 0.48
Hex A6 49 AE 5 3A 0 20 127 29 30
Octal 246 111 256 5 72 0 40 447 51 60
Binary 10100110 1001001 10101110 101 111010 0 100000 100100111 101001 110000

Color Harmonies of #A649AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649AE

Black with #A649AE

Text Example


Text Example

White with #A649AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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