Html Css Color HEX #A548BD Deep Lilac

📋 copy color: '#A548BD'

red 165 ◦ green 72 ◦ blue 189

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

Shades of Deep Lilac #A548BD

Tints of Deep Lilac #A548BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 38.73%
G = 16.9%
B = 44.37%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A548BD (or 0xA548BD) is known color: Deep Lilac. HEX triplet: A5, 48 and BD. RGB value is (165,72,189). Sum of RGB (Red+Green+Blue) = 165+72+189=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #A548BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548BD is #5AB742. Grayscale: #707070. Windows color (decimal): -5945155 or 12404901. OLE color: 12404901.

HSL color Cylindrical-coordinate representation of color #A548BD: hue angle of 287.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A548BD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 72 189 -
CMYK 0.13 0.62 0 0.26
HSL 287.69º 0.47% 0.51% -
HSV(B) 287.69º 0.62% 0.74% -
XYZ 27.02 16.31 49.87 -
YUV 113.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 165 72 189 0.13 0.62 0 0.26 287.69 0.47 0.51
Hex A5 48 BD D 3E 0 1A 120 2F 33
Octal 245 110 275 15 76 0 32 440 57 63
Binary 10100101 1001000 10111101 1101 111110 0 11010 100100000 101111 110011

Color Harmonies of #A548BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548BD

Black with #A548BD

Text Example


Text Example

White with #A548BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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