Html Css Color HEX #A661BE Deep Lilac

📋 copy color: '#A661BE'

red 166 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #A661BE

Tints of Deep Lilac #A661BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 36.64%
G = 21.41%
B = 41.94%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A661BE (or 0xA661BE) is known color: Deep Lilac. HEX triplet: A6, 61 and BE. RGB value is (166,97,190). Sum of RGB (Red+Green+Blue) = 166+97+190=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A661BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661BE is #599E41. Grayscale: #7F7F7F. Windows color (decimal): -5873218 or 12476838. OLE color: 12476838.

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

Color convert

RGB 166 97 190 -
CMYK 0.13 0.49 0 0.25
HSL 284.52º 0.42% 0.56% -
HSV(B) 284.52º 0.49% 0.75% -
XYZ 29.29 20.37 51.1 -
YUV 128.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 166 97 190 0.13 0.49 0 0.25 284.52 0.42 0.56
Hex A6 61 BE D 31 0 19 11D 2A 38
Octal 246 141 276 15 61 0 31 435 52 70
Binary 10100110 1100001 10111110 1101 110001 0 11001 100011101 101010 111000

Color Harmonies of #A661BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661BE

Black with #A661BE

Text Example


Text Example

White with #A661BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661BE; }

 p { color: rgb(166,97,190); }

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

background-color css

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

 a { background-color: rgb(166,97,190); }

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

border-color css

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

 span { border-color: rgb(166,97,190); }

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