Html Css Color HEX #A548BC Deep Lilac

📋 copy color: '#A548BC'

red 165 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #A548BC

Tints of Deep Lilac #A548BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 38.82%
G = 16.94%
B = 44.24%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A548BC (or 0xA548BC) is known color: Deep Lilac. HEX triplet: A5, 48 and BC. RGB value is (165,72,188). Sum of RGB (Red+Green+Blue) = 165+72+188=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A548BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548BC is #5AB743. Grayscale: #707070. Windows color (decimal): -5945156 or 12339365. OLE color: 12339365.

HSL color Cylindrical-coordinate representation of color #A548BC: hue angle of 288.1º degrees, saturation: 0.46, 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 #A548BC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 72 188 -
CMYK 0.12 0.62 0 0.26
HSL 288.1º 0.46% 0.51% -
HSV(B) 288.1º 0.62% 0.74% -
XYZ 26.91 16.26 49.3 -
YUV 113.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 165 72 188 0.12 0.62 0 0.26 288.1 0.46 0.51
Hex A5 48 BC C 3E 0 1A 120 2E 33
Octal 245 110 274 14 76 0 32 440 56 63
Binary 10100101 1001000 10111100 1100 111110 0 11010 100100000 101110 110011

Color Harmonies of #A548BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548BC

Black with #A548BC

Text Example


Text Example

White with #A548BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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