Html Css Color HEX #A549A4 Violet Blue

📋 copy color: '#A549A4'

red 165 ◦ green 73 ◦ blue 164

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

Shades of Violet Blue #A549A4

Tints of Violet Blue #A549A4

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 41.04%
G = 18.16%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A549A4 (or 0xA549A4) is known color: Violet Blue. HEX triplet: A5, 49 and A4. RGB value is (165,73,164). Sum of RGB (Red+Green+Blue) = 165+73+164=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A549A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549A4 is #5AB65B. Grayscale: #6E6E6E. Windows color (decimal): -5944924 or 10766757. OLE color: 10766757.

HSL color Cylindrical-coordinate representation of color #A549A4: hue angle of 300.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A549A4 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 164 -
CMYK 0 0.56 0.01 0.35
HSL 300.65º 0.39% 0.47% -
HSV(B) 300.65º 0.56% 0.65% -
XYZ 24.6 15.44 36.81 -
YUV 110.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 165 73 164 0 0.56 0.01 0.35 300.65 0.39 0.47
Hex A5 49 A4 0 38 1 23 12D 27 2F
Octal 245 111 244 0 70 1 43 455 47 57
Binary 10100101 1001001 10100100 0 111000 1 100011 100101101 100111 101111

Color Harmonies of #A549A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549A4

Black with #A549A4

Text Example


Text Example

White with #A549A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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