Html Css Color HEX #A745BA Deep Lilac

📋 copy color: '#A745BA'

red 167 ◦ green 69 ◦ blue 186

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

Shades of Deep Lilac #A745BA

Tints of Deep Lilac #A745BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 39.57%
G = 16.35%
B = 44.08%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A745BA (or 0xA745BA) is known color: Deep Lilac. HEX triplet: A7, 45 and BA. RGB value is (167,69,186). Sum of RGB (Red+Green+Blue) = 167+69+186=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A745BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745BA is #58BA45. Grayscale: #6F6F6F. Windows color (decimal): -5814854 or 12207527. OLE color: 12207527.

HSL color Cylindrical-coordinate representation of color #A745BA: hue angle of 290.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A745BA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 69 186 -
CMYK 0.10 0.63 0 0.27
HSL 290.26º 0.46% 0.5% -
HSV(B) 290.26º 0.63% 0.73% -
XYZ 26.93 16.02 48.13 -
YUV 111.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 167 69 186 0.10 0.63 0 0.27 290.26 0.46 0.5
Hex A7 45 BA A 3F 0 1B 122 2E 32
Octal 247 105 272 12 77 0 33 442 56 62
Binary 10100111 1000101 10111010 1010 111111 0 11011 100100010 101110 110010

Color Harmonies of #A745BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745BA

Black with #A745BA

Text Example


Text Example

White with #A745BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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