Html Css Color HEX #A665BA Deep Lilac

📋 copy color: '#A665BA'

red 166 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A665BA

Tints of Deep Lilac #A665BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

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

R = 36.64%
G = 22.3%
B = 41.06%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A665BA (or 0xA665BA) is known color: Deep Lilac. HEX triplet: A6, 65 and BA. RGB value is (166,101,186). Sum of RGB (Red+Green+Blue) = 166+101+186=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A665BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665BA is #599A45. Grayscale: #818181. Windows color (decimal): -5872198 or 12215718. OLE color: 12215718.

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

Color convert

RGB 166 101 186 -
CMYK 0.11 0.46 0 0.27
HSL 285.88º 0.38% 0.56% -
HSV(B) 285.88º 0.46% 0.73% -
XYZ 29.24 20.96 48.96 -
YUV 130.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 166 101 186 0.11 0.46 0 0.27 285.88 0.38 0.56
Hex A6 65 BA B 2E 0 1B 11E 26 38
Octal 246 145 272 13 56 0 33 436 46 70
Binary 10100110 1100101 10111010 1011 101110 0 11011 100011110 100110 111000

Color Harmonies of #A665BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665BA

Black with #A665BA

Text Example


Text Example

White with #A665BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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