Html Css Color HEX #A548AA Violet Blue

📋 copy color: '#A548AA'

red 165 ◦ green 72 ◦ blue 170

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

Shades of Violet Blue #A548AA

Tints of Violet Blue #A548AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 40.54%
G = 17.69%
B = 41.77%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A548AA (or 0xA548AA) is known color: Violet Blue. HEX triplet: A5, 48 and AA. RGB value is (165,72,170). Sum of RGB (Red+Green+Blue) = 165+72+170=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #A548AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548AA is #5AB755. Grayscale: #6E6E6E. Windows color (decimal): -5945174 or 11159717. OLE color: 11159717.

HSL color Cylindrical-coordinate representation of color #A548AA: hue angle of 296.94º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A548AA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 72 170 -
CMYK 0.03 0.58 0 0.33
HSL 296.94º 0.4% 0.47% -
HSV(B) 296.94º 0.58% 0.67% -
XYZ 25.09 15.54 39.71 -
YUV 110.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 165 72 170 0.03 0.58 0 0.33 296.94 0.4 0.47
Hex A5 48 AA 3 3A 0 21 129 28 2F
Octal 245 110 252 3 72 0 41 451 50 57
Binary 10100101 1001000 10101010 11 111010 0 100001 100101001 101000 101111

Color Harmonies of #A548AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548AA

Black with #A548AA

Text Example


Text Example

White with #A548AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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