Html Css Color HEX #A440BA Deep Lilac

📋 copy color: '#A440BA'

red 164 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #A440BA

Tints of Deep Lilac #A440BA

RGB

 RED value IS 164 (64.45% from 255) = 39.61%

 GREEN value IS 64 (25.39% from 255) = 15.46%

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

R = 39.61%
G = 15.46%
B = 44.93%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A440BA (or 0xA440BA) is known color: Deep Lilac. HEX triplet: A4, 40 and BA. RGB value is (164,64,186). Sum of RGB (Red+Green+Blue) = 164+64+186=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A440BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BA is #5BBF45. Grayscale: #6B6B6B. Windows color (decimal): -6012742 or 12206244. OLE color: 12206244.

HSL color Cylindrical-coordinate representation of color #A440BA: hue angle of 289.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A440BA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 64 186 -
CMYK 0.12 0.66 0 0.27
HSL 289.18º 0.49% 0.49% -
HSV(B) 289.18º 0.66% 0.73% -
XYZ 26.01 15.1 48 -
YUV 107.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 164 64 186 0.12 0.66 0 0.27 289.18 0.49 0.49
Hex A4 40 BA C 42 0 1B 121 31 31
Octal 244 100 272 14 102 0 33 441 61 61
Binary 10100100 1000000 10111010 1100 1000010 0 11011 100100001 110001 110001

Color Harmonies of #A440BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440BA

Black with #A440BA

Text Example


Text Example

White with #A440BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440BA; }

 p { color: rgb(164,64,186); }

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

background-color css

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

 a { background-color: rgb(164,64,186); }

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

border-color css

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

 span { border-color: rgb(164,64,186); }

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