Html Css Color HEX #A642BA Deep Lilac

📋 copy color: '#A642BA'

red 166 ◦ green 66 ◦ blue 186

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

Shades of Deep Lilac #A642BA

Tints of Deep Lilac #A642BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 39.71%
G = 15.79%
B = 44.5%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A642BA (or 0xA642BA) is known color: Deep Lilac. HEX triplet: A6, 42 and BA. RGB value is (166,66,186). Sum of RGB (Red+Green+Blue) = 166+66+186=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A642BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642BA is #59BD45. Grayscale: #6D6D6D. Windows color (decimal): -5881158 or 12206758. OLE color: 12206758.

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

Color convert

RGB 166 66 186 -
CMYK 0.11 0.65 0 0.27
HSL 290º 0.48% 0.49% -
HSV(B) 290º 0.65% 0.73% -
XYZ 26.54 15.55 48.06 -
YUV 109.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 166 66 186 0.11 0.65 0 0.27 290 0.48 0.49
Hex A6 42 BA B 41 0 1B 122 30 31
Octal 246 102 272 13 101 0 33 442 60 61
Binary 10100110 1000010 10111010 1011 1000001 0 11011 100100010 110000 110001

Color Harmonies of #A642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642BA

Black with #A642BA

Text Example


Text Example

White with #A642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642BA; }

 p { color: rgb(166,66,186); }

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

background-color css

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

 a { background-color: rgb(166,66,186); }

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

border-color css

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

 span { border-color: rgb(166,66,186); }

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