Html Css Color HEX #A745BD Deep Lilac

📋 copy color: '#A745BD'

red 167 ◦ green 69 ◦ blue 189

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

Shades of Deep Lilac #A745BD

Tints of Deep Lilac #A745BD

RGB

 RED value IS 167 (65.63% from 255) = 39.29%

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 39.29%
G = 16.24%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A745BD (or 0xA745BD) is known color: Deep Lilac. HEX triplet: A7, 45 and BD. RGB value is (167,69,189). Sum of RGB (Red+Green+Blue) = 167+69+189=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #A745BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745BD is #58BA42. Grayscale: #6F6F6F. Windows color (decimal): -5814851 or 12404135. OLE color: 12404135.

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

Color convert

RGB 167 69 189 -
CMYK 0.12 0.63 0 0.26
HSL 289º 0.48% 0.51% -
HSV(B) 289º 0.63% 0.74% -
XYZ 27.25 16.15 49.82 -
YUV 111.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 167 69 189 0.12 0.63 0 0.26 289 0.48 0.51
Hex A7 45 BD C 3F 0 1A 121 30 33
Octal 247 105 275 14 77 0 32 441 60 63
Binary 10100111 1000101 10111101 1100 111111 0 11010 100100001 110000 110011

Color Harmonies of #A745BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745BD

Black with #A745BD

Text Example


Text Example

White with #A745BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745BD; }

 p { color: rgb(167,69,189); }

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

background-color css

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

 a { background-color: rgb(167,69,189); }

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

border-color css

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

 span { border-color: rgb(167,69,189); }

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