Html Css Color HEX #A549A0 Violet Blue

📋 copy color: '#A549A0'

red 165 ◦ green 73 ◦ blue 160

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

Shades of Violet Blue #A549A0

Tints of Violet Blue #A549A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 41.46%
G = 18.34%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A549A0 (or 0xA549A0) is known color: Violet Blue. HEX triplet: A5, 49 and A0. RGB value is (165,73,160). Sum of RGB (Red+Green+Blue) = 165+73+160=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A549A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549A0 is #5AB65F. Grayscale: #6E6E6E. Windows color (decimal): -5944928 or 10504613. OLE color: 10504613.

HSL color Cylindrical-coordinate representation of color #A549A0: hue angle of 303.26º 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 #A549A0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 160 -
CMYK 0 0.56 0.03 0.35
HSL 303.26º 0.39% 0.47% -
HSV(B) 303.26º 0.56% 0.65% -
XYZ 24.24 15.3 34.93 -
YUV 110.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 165 73 160 0 0.56 0.03 0.35 303.26 0.39 0.47
Hex A5 49 A0 0 38 3 23 12F 27 2F
Octal 245 111 240 0 70 3 43 457 47 57
Binary 10100101 1001001 10100000 0 111000 11 100011 100101111 100111 101111

Color Harmonies of #A549A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549A0

Black with #A549A0

Text Example


Text Example

White with #A549A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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