Html Css Color HEX #A547BC Deep Lilac

📋 copy color: '#A547BC'

red 165 ◦ green 71 ◦ blue 188

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

Shades of Deep Lilac #A547BC

Tints of Deep Lilac #A547BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

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

R = 38.92%
G = 16.75%
B = 44.34%

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

#A547BC (or 0xA547BC) is known color: Deep Lilac. HEX triplet: A5, 47 and BC. RGB value is (165,71,188). Sum of RGB (Red+Green+Blue) = 165+71+188=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A547BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547BC is #5AB843. Grayscale: #707070. Windows color (decimal): -5945412 or 12339109. OLE color: 12339109.

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

Color convert

RGB 165 71 188 -
CMYK 0.12 0.62 0 0.26
HSL 288.21º 0.47% 0.51% -
HSV(B) 288.21º 0.62% 0.74% -
XYZ 26.85 16.14 49.28 -
YUV 112.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 165 71 188 0.12 0.62 0 0.26 288.21 0.47 0.51
Hex A5 47 BC C 3E 0 1A 120 2F 33
Octal 245 107 274 14 76 0 32 440 57 63
Binary 10100101 1000111 10111100 1100 111110 0 11010 100100000 101111 110011

Color Harmonies of #A547BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547BC

Black with #A547BC

Text Example


Text Example

White with #A547BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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