Html Css Color HEX #A640BB Deep Lilac

📋 copy color: '#A640BB'

red 166 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #A640BB

Tints of Deep Lilac #A640BB

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 39.81%
G = 15.35%
B = 44.84%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A640BB (or 0xA640BB) is known color: Deep Lilac. HEX triplet: A6, 40 and BB. RGB value is (166,64,187). Sum of RGB (Red+Green+Blue) = 166+64+187=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #A640BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640BB is #59BF44. Grayscale: #6C6C6C. Windows color (decimal): -5881669 or 12271782. OLE color: 12271782.

HSL color Cylindrical-coordinate representation of color #A640BB: hue angle of 289.76º 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 #A640BB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 64 187 -
CMYK 0.11 0.66 0 0.27
HSL 289.76º 0.49% 0.49% -
HSV(B) 289.76º 0.66% 0.73% -
XYZ 26.53 15.36 48.58 -
YUV 108.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 166 64 187 0.11 0.66 0 0.27 289.76 0.49 0.49
Hex A6 40 BB B 42 0 1B 122 31 31
Octal 246 100 273 13 102 0 33 442 61 61
Binary 10100110 1000000 10111011 1011 1000010 0 11011 100100010 110001 110001

Color Harmonies of #A640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640BB

Black with #A640BB

Text Example


Text Example

White with #A640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640BB; }

 p { color: rgb(166,64,187); }

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

background-color css

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

 a { background-color: rgb(166,64,187); }

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

border-color css

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

 span { border-color: rgb(166,64,187); }

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