Html Css Color HEX #A240BA Deep Lilac

📋 copy color: '#A240BA'

red 162 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #A240BA

Tints of Deep Lilac #A240BA

RGB

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

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

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

R = 39.32%
G = 15.53%
B = 45.15%

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

#A240BA (or 0xA240BA) is known color: Deep Lilac. HEX triplet: A2, 40 and BA. RGB value is (162,64,186). Sum of RGB (Red+Green+Blue) = 162+64+186=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A240BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BA is #5DBF45. Grayscale: #6A6A6A. Windows color (decimal): -6143814 or 12206242. OLE color: 12206242.

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

Color convert

RGB 162 64 186 -
CMYK 0.13 0.66 0 0.27
HSL 288.2º 0.49% 0.49% -
HSV(B) 288.2º 0.66% 0.73% -
XYZ 25.6 14.89 47.98 -
YUV 107.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 162 64 186 0.13 0.66 0 0.27 288.2 0.49 0.49
Hex A2 40 BA D 42 0 1B 120 31 31
Octal 242 100 272 15 102 0 33 440 61 61
Binary 10100010 1000000 10111010 1101 1000010 0 11011 100100000 110001 110001

Color Harmonies of #A240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240BA

Black with #A240BA

Text Example


Text Example

White with #A240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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