Html Css Color HEX #A548AD Violet Blue

📋 copy color: '#A548AD'

red 165 ◦ green 72 ◦ blue 173

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

Shades of Violet Blue #A548AD

Tints of Violet Blue #A548AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 40.24%
G = 17.56%
B = 42.2%

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

#A548AD (or 0xA548AD) is known color: Violet Blue. HEX triplet: A5, 48 and AD. RGB value is (165,72,173). Sum of RGB (Red+Green+Blue) = 165+72+173=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A548AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548AD is #5AB752. Grayscale: #6F6F6F. Windows color (decimal): -5945171 or 11356325. OLE color: 11356325.

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

Color convert

RGB 165 72 173 -
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.38 15.65 41.22 -
YUV 111.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 165 72 173 0.05 0.58 0 0.32 295.25 0.41 0.48
Hex A5 48 AD 5 3A 0 20 127 29 30
Octal 245 110 255 5 72 0 40 447 51 60
Binary 10100101 1001000 10101101 101 111010 0 100000 100100111 101001 110000

Color Harmonies of #A548AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548AD

Black with #A548AD

Text Example


Text Example

White with #A548AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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