Html Css Color HEX #A240BB Deep Lilac

📋 copy color: '#A240BB'

red 162 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #A240BB

Tints of Deep Lilac #A240BB

RGB

 RED value IS 162 (63.67% from 255) = 39.23%

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

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

R = 39.23%
G = 15.5%
B = 45.28%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A240BB (or 0xA240BB) is known color: Deep Lilac. HEX triplet: A2, 40 and BB. RGB value is (162,64,187). Sum of RGB (Red+Green+Blue) = 162+64+187=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A240BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BB is #5DBF44. Grayscale: #6A6A6A. Windows color (decimal): -6143813 or 12271778. OLE color: 12271778.

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

Color convert

RGB 162 64 187 -
CMYK 0.13 0.66 0 0.27
HSL 287.8º 0.49% 0.49% -
HSV(B) 287.8º 0.66% 0.73% -
XYZ 25.7 14.94 48.54 -
YUV 107.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 162 64 187 0.13 0.66 0 0.27 287.8 0.49 0.49
Hex A2 40 BB D 42 0 1B 120 31 31
Octal 242 100 273 15 102 0 33 440 61 61
Binary 10100010 1000000 10111011 1101 1000010 0 11011 100100000 110001 110001

Color Harmonies of #A240BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240BB

Black with #A240BB

Text Example


Text Example

White with #A240BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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