Html Css Color HEX #A664BE Deep Lilac

📋 copy color: '#A664BE'

red 166 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #A664BE

Tints of Deep Lilac #A664BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

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

R = 36.4%
G = 21.93%
B = 41.67%

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

#A664BE (or 0xA664BE) is known color: Deep Lilac. HEX triplet: A6, 64 and BE. RGB value is (166,100,190). Sum of RGB (Red+Green+Blue) = 166+100+190=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A664BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664BE is #599B41. Grayscale: #818181. Windows color (decimal): -5872450 or 12477606. OLE color: 12477606.

HSL color Cylindrical-coordinate representation of color #A664BE: hue angle of 284º 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 #A664BE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 100 190 -
CMYK 0.13 0.47 0 0.25
HSL 284º 0.41% 0.57% -
HSV(B) 284º 0.47% 0.75% -
XYZ 29.58 20.94 51.2 -
YUV 129.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 166 100 190 0.13 0.47 0 0.25 284 0.41 0.57
Hex A6 64 BE D 2F 0 19 11C 29 39
Octal 246 144 276 15 57 0 31 434 51 71
Binary 10100110 1100100 10111110 1101 101111 0 11001 100011100 101001 111001

Color Harmonies of #A664BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664BE

Black with #A664BE

Text Example


Text Example

White with #A664BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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