Html Css Color HEX #A548A9 Violet Blue

📋 copy color: '#A548A9'

red 165 ◦ green 72 ◦ blue 169

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

Shades of Violet Blue #A548A9

Tints of Violet Blue #A548A9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 40.64%
G = 17.73%
B = 41.63%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A548A9 (or 0xA548A9) is known color: Violet Blue. HEX triplet: A5, 48 and A9. RGB value is (165,72,169). Sum of RGB (Red+Green+Blue) = 165+72+169=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #A548A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548A9 is #5AB756. Grayscale: #6E6E6E. Windows color (decimal): -5945175 or 11094181. OLE color: 11094181.

HSL color Cylindrical-coordinate representation of color #A548A9: hue angle of 297.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A548A9 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 72 169 -
CMYK 0.02 0.57 0 0.34
HSL 297.53º 0.4% 0.47% -
HSV(B) 297.53º 0.57% 0.66% -
XYZ 25 15.5 39.21 -
YUV 110.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 165 72 169 0.02 0.57 0 0.34 297.53 0.4 0.47
Hex A5 48 A9 2 39 0 22 12A 28 2F
Octal 245 110 251 2 71 0 42 452 50 57
Binary 10100101 1001000 10101001 10 111001 0 100010 100101010 101000 101111

Color Harmonies of #A548A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548A9

Black with #A548A9

Text Example


Text Example

White with #A548A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548A9; }

 p { color: rgb(165,72,169); }

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

background-color css

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

 a { background-color: rgb(165,72,169); }

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

border-color css

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

 span { border-color: rgb(165,72,169); }

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