Html Css Color HEX #A440BC Deep Lilac

📋 copy color: '#A440BC'

red 164 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A440BC

Tints of Deep Lilac #A440BC

RGB

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

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

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

R = 39.42%
G = 15.38%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A440BC (or 0xA440BC) is known color: Deep Lilac. HEX triplet: A4, 40 and BC. RGB value is (164,64,188). Sum of RGB (Red+Green+Blue) = 164+64+188=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A440BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BC is #5BBF43. Grayscale: #6B6B6B. Windows color (decimal): -6012740 or 12337316. OLE color: 12337316.

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

Color convert

RGB 164 64 188 -
CMYK 0.13 0.66 0 0.26
HSL 288.39º 0.49% 0.49% -
HSV(B) 288.39º 0.66% 0.74% -
XYZ 26.22 15.19 49.13 -
YUV 108.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 164 64 188 0.13 0.66 0 0.26 288.39 0.49 0.49
Hex A4 40 BC D 42 0 1A 120 31 31
Octal 244 100 274 15 102 0 32 440 61 61
Binary 10100100 1000000 10111100 1101 1000010 0 11010 100100000 110001 110001

Color Harmonies of #A440BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440BC

Black with #A440BC

Text Example


Text Example

White with #A440BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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