Html Css Color HEX #A665BD Deep Lilac

📋 copy color: '#A665BD'

red 166 ◦ green 101 ◦ blue 189

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

Shades of Deep Lilac #A665BD

Tints of Deep Lilac #A665BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 36.4%
G = 22.15%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A665BD (or 0xA665BD) is known color: Deep Lilac. HEX triplet: A6, 65 and BD. RGB value is (166,101,189). Sum of RGB (Red+Green+Blue) = 166+101+189=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #A665BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665BD is #599A42. Grayscale: #828282. Windows color (decimal): -5872195 or 12412326. OLE color: 12412326.

HSL color Cylindrical-coordinate representation of color #A665BD: hue angle of 284.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A665BD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 101 189 -
CMYK 0.12 0.47 0 0.26
HSL 284.32º 0.4% 0.57% -
HSV(B) 284.32º 0.47% 0.74% -
XYZ 29.56 21.09 50.66 -
YUV 130.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 166 101 189 0.12 0.47 0 0.26 284.32 0.4 0.57
Hex A6 65 BD C 2F 0 1A 11C 28 39
Octal 246 145 275 14 57 0 32 434 50 71
Binary 10100110 1100101 10111101 1100 101111 0 11010 100011100 101000 111001

Color Harmonies of #A665BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665BD

Black with #A665BD

Text Example


Text Example

White with #A665BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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