Html Css Color HEX #A665BF Deep Lilac

📋 copy color: '#A665BF'

red 166 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #A665BF

Tints of Deep Lilac #A665BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 36.24%
G = 22.05%
B = 41.7%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A665BF (or 0xA665BF) is known color: Deep Lilac. HEX triplet: A6, 65 and BF. RGB value is (166,101,191). Sum of RGB (Red+Green+Blue) = 166+101+191=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #A665BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665BF is #599A40. Grayscale: #828282. Windows color (decimal): -5872193 or 12543398. OLE color: 12543398.

HSL color Cylindrical-coordinate representation of color #A665BF: hue angle of 283.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A665BF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 101 191 -
CMYK 0.13 0.47 0 0.25
HSL 283.33º 0.41% 0.57% -
HSV(B) 283.33º 0.47% 0.75% -
XYZ 29.78 21.18 51.81 -
YUV 130.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 166 101 191 0.13 0.47 0 0.25 283.33 0.41 0.57
Hex A6 65 BF D 2F 0 19 11B 29 39
Octal 246 145 277 15 57 0 31 433 51 71
Binary 10100110 1100101 10111111 1101 101111 0 11001 100011011 101001 111001

Color Harmonies of #A665BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665BF

Black with #A665BF

Text Example


Text Example

White with #A665BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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